Skip to content

Commit

Permalink
Suppress wget vulnerability (#5292)
Browse files Browse the repository at this point in the history
  • Loading branch information
louisruch authored and johanbrandhorst committed Dec 5, 2024
1 parent abd78e3 commit 9f58bb3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .release/security-scan.hcl
Original file line number Diff line number Diff line change
@@ -5,6 +5,13 @@ container {
dependencies = true
alpine_secdb = true
secrets = false

triage {
suppress {
// Suppress wget vulnerability
vulnerabilities = ["CVE-2024-10524"]
}
}
}

binary {

0 comments on commit 9f58bb3

Please sign in to comment.