Skip to content

Commit

Permalink
add alpine image cves to suppress list
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahalsmiller committed Nov 22, 2024
1 parent c81dc8c commit 82857bb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .release/security-scan.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ container {
vulnerabilities = [
"CVE-2024-8096", # [email protected],
"CVE-2024-9143", # [email protected],
"CVE-2024-3596", # [email protected],
"CVE-2024-2236", # [email protected],
"CVE-2024-26458", # [email protected],
"CVE-2024-2511", # [email protected],
#the above can be resolved when they're resolved in the alpine image
]
paths = [
"internal/tools/proto-gen-rpc-glue/e2e/consul/*",
Expand Down

0 comments on commit 82857bb

Please sign in to comment.