Skip to content

Commit 16468ae

Browse files
authored
Update CRT security scanner configuration (hashicorp#2729)
1 parent 9d63698 commit 16468ae

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.release/security-scan.hcl

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,13 @@ binary {
66
osv = true
77
oss_index = false
88
nvd = false
9+
10+
triage {
11+
suppress {
12+
vulnerabilities = [
13+
"GO",
14+
"GHSA"
15+
]
16+
}
17+
}
918
}

0 commit comments

Comments
 (0)