ci(security-scanner): Suppress openssl linux CVE (#5487)

backport/bump-ui-commit-ae1e6d2/notably-secure-malamute
Elim Tsiagbey 1 year ago committed by GitHub
parent c5cc20c649
commit 80644b8a47
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -5,6 +5,16 @@ container {
dependencies = true
alpine_secdb = true
secrets = false
# Triage items that are _safe_ to ignore here. Note that this list should be
# periodically cleaned up to remove items that are no longer found by the scanner.
triage {
suppress {
vulnerabilities = [
"CVE-2024-13176", # openssl@3.3.2-r4
]
}
}
}
binary {

Loading…
Cancel
Save