Skip to content

Commit 1b75a78

Browse files
ignore packaged cf7 and cf8 CVE
1 parent 66efd8c commit 1b75a78

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

ci/trivy-ignore.rego

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ default ignore = false
44

55
ignore_cve_ids := {
66
# opt/cf-cli-7.5.0/cf7 (gobinary)
7-
"CVE-2017-11468",
87
# opt/cf-cli-8.4.0/cf8 (gobinary)
9-
"CVE-2021-43565"
8+
"CVE-2022-41723"
109
}
1110

1211
ignore {

0 commit comments

Comments
 (0)