Skip to content

Commit ba63e80

Browse files
backport of commit 4fffd5b (#38299)
Co-authored-by: Radek Simko <radek.simko@gmail.com>
1 parent 36708ce commit ba63e80

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)