We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33d9365 commit d4abdb1Copy full SHA for d4abdb1
scan.hcl
@@ -15,7 +15,13 @@ repository {
15
plugin "semgrep" {
16
use_git_ignore = true
17
exclude = ["vendor"]
18
- config = ["tools/semgrep/ci", "p/r2c-security-audit"]
+ config = [
19
+ "tools/semgrep/ci",
20
+ "p/r2c-security-audit",
21
+ "r/trailofbits.go.hanging-goroutine.hanging-goroutine",
22
+ "r/trailofbits.go.racy-append-to-slice.racy-append-to-slice",
23
+ "r/trailofbits.go.racy-write-to-map.racy-write-to-map",
24
+ ]
25
exclude_rule = ["generic.html-templates.security.unquoted-attribute-var.unquoted-attribute-var"]
26
}
27
0 commit comments