Skip to content

Commit

Permalink
Backport of ci(security-scanner): add support for Red Hat UBI images …
Browse files Browse the repository at this point in the history
…and fix typo into release/1.20.x (#21913)

* backport of commit 8237ce0

* backport of commit f7dc68f

* backport of commit 5610471

---------

Co-authored-by: dduzgun-security <[email protected]>
Co-authored-by: Deniz Onur Duzgun <[email protected]>
  • Loading branch information
3 people authored Nov 4, 2024
1 parent bc70c83 commit ac57f56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
8 changes: 3 additions & 5 deletions .release/security-scan.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

container {
dependencies = true
alpine_secdb = true
osv = true

secrets {
matchers {
Expand All @@ -36,8 +36,7 @@ container {
# periodically cleaned up to remove items that are no longer found by the scanner.
triage {
suppress {
# N.b. `vulnerabilites` is the correct spelling for this tool.
vulnerabilites = [
vulnerabilities = [
"CVE-2024-8096", # [email protected],
"CVE-2024-9143", # [email protected],
]
Expand Down Expand Up @@ -79,8 +78,7 @@ binary {
# periodically cleaned up to remove items that are no longer found by the scanner.
triage {
suppress {
# N.b. `vulnerabilites` is the correct spelling for this tool.
vulnerabilites = [
vulnerabilities = [
]
paths = [
"internal/tools/proto-gen-rpc-glue/e2e/consul/*",
Expand Down
3 changes: 1 addition & 2 deletions scan.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ repository {
# periodically cleaned up to remove items that are no longer found by the scanner.
triage {
suppress {
# N.b. `vulnerabilites` is the correct spelling for this tool.
vulnerabilites = [
vulnerabilities = [
]
paths = [
"internal/tools/proto-gen-rpc-glue/e2e/consul/*",
Expand Down

0 comments on commit ac57f56

Please sign in to comment.