Skip to content

Commit

Permalink
ci(security-scanner): add support for Red Hat UBI images and fix typo (
Browse files Browse the repository at this point in the history
…#21912)

* ci(security-scanner): add support for Red Hat UBI images and fix typo

* hclfmt

* clean-up comments

Co-authored-by: Kent Gruber <[email protected]>

---------

Co-authored-by: Kent Gruber <[email protected]>
  • Loading branch information
dduzgun-security and picatz authored Nov 4, 2024
1 parent 59447e9 commit 1dfc265
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 1dfc265

Please sign in to comment.