We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 744d314 commit a3ac668Copy full SHA for a3ac668
ci/tasks/scan-image
@@ -21,4 +21,7 @@ trivy \
21
--ignore-unfixed \
22
--exit-code 1 \
23
--input image/image.tar \
24
+ --skip-files /opt/cf-cli-6.*/cf \
25
+ --skip-files /opt/cf-cli-7.*/cf7 \
26
+ --skip-files /opt/cf-cli-8.*/cf8 \
27
$ignore_policy
ci/trivy-ignore.rego
@@ -3,9 +3,6 @@ package trivy
3
default ignore = false
4
5
ignore_cve_ids := {
6
- # opt/cf-cli-7.5.0/cf7 (gobinary)
7
- # opt/cf-cli-8.4.0/cf8 (gobinary)
8
- "CVE-2022-41723"
9
}
10
11
ignore {
0 commit comments