Skip to content

Commit

Permalink
Add alpine image cves to suppress list (#21964)
Browse files Browse the repository at this point in the history
add alpine image cves to suppress list
  • Loading branch information
sarahalsmiller authored Nov 22, 2024
1 parent c81dc8c commit 83b6d99
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

2 comments on commit 83b6d99

@github111366
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


@github111366
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.