-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(security-scanner): add support for Red Hat UBI images and fix typo (…
…#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
1 parent
59447e9
commit 1dfc265
Showing
2 changed files
with
4 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
|
||
container { | ||
dependencies = true | ||
alpine_secdb = true | ||
osv = true | ||
|
||
secrets { | ||
matchers { | ||
|
@@ -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], | ||
] | ||
|
@@ -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/*", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters