Skip to content

Commit 4fffd5b

Browse files
committed
release: Ignore false positive CVE
1 parent 2dbb7d9 commit 4fffd5b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.release/security-scan.hcl

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,12 @@ binary {
1212
go_modules = true
1313
osv = true
1414
nvd = false
15-
}
15+
16+
triage {
17+
suppress {
18+
vulnerabilities = [
19+
"GHSA-p77j-4mvh-x3m3"
20+
]
21+
}
22+
}
23+
}

0 commit comments

Comments
 (0)