Skip to content

Commit 2e9d4fc

Browse files
Suppress wget vulnerability (#5292) (#5330)
Co-authored-by: Louis Ruch <[email protected]>
1 parent ce30dad commit 2e9d4fc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.release/security-scan.hcl

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ container {
55
dependencies = true
66
alpine_secdb = true
77
secrets = false
8+
9+
triage {
10+
suppress {
11+
// Suppress wget vulnerability
12+
vulnerabilities = ["CVE-2024-10524"]
13+
}
14+
}
815
}
916

1017
binary {

0 commit comments

Comments
 (0)