Skip to content

Commit

Permalink
Fix supression (#21744)
Browse files Browse the repository at this point in the history
fix supression
  • Loading branch information
sarahalsmiller committed Sep 16, 2024
1 parent 5a84cd1 commit 17d43c6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .release/security-scan.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ container {
suppress {
# N.b. `vulnerabilites` is the correct spelling for this tool.
vulnerabilites = [
"CVE-2024-8096", # curl@8.9.1-r2,
]
paths = [
"internal/tools/proto-gen-rpc-glue/e2e/consul/*",
Expand Down Expand Up @@ -79,8 +80,6 @@ binary {
suppress {
# N.b. `vulnerabilites` is the correct spelling for this tool.
vulnerabilites = [
"CVE-2024-8096", # curl@8.9.1-r0,
"CVE-2024-8096", # curl@8.9.1-r2,
]
paths = [
"internal/tools/proto-gen-rpc-glue/e2e/consul/*",
Expand Down

0 comments on commit 17d43c6

Please sign in to comment.