Skip to content

Commit

Permalink
Suppress wget vulnerability (#5292) (#5330)
Browse files Browse the repository at this point in the history
Co-authored-by: Louis Ruch <[email protected]>
  • Loading branch information
johanbrandhorst and louisruch authored Dec 5, 2024
1 parent ce30dad commit 2e9d4fc
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
Expand Up @@ -5,6 +5,13 @@ container {
dependencies = true
alpine_secdb = true
secrets = false

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

binary {
Expand Down

0 comments on commit 2e9d4fc

Please sign in to comment.