Skip to content

Commit

Permalink
chore: remove ignored cves (project-copacetic#560)
Browse files Browse the repository at this point in the history
Signed-off-by: Sertac Ozercan <[email protected]>
  • Loading branch information
sozercan authored Apr 11, 2024
1 parent c213334 commit 250ab33
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions integration/fixtures/trivy_ignore.rego
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,7 @@ import data.lib.trivy
default ignore = false

# Ignore the following Vulnerability IDs
ignore_vulnerability_ids := {
# docker.io/library/centos:7.6.1810
# bind-license package version "9.11.4-26.P2.el7_9.15" does not exist
"CVE-2023-3341",
# libssh2 package version "1.8.0-4.el7_9.1" does not exist yet
"CVE-2020-22218",

# docker.io/library/nginx:1.21.6
# debian db bug since there's no libgnutls30 3.7.1-5+deb11u5
"CVE-2024-0567", "CVE-2023-5981"
}
ignore_vulnerability_ids := {}

# For ignoring vulnID
ignore {
Expand Down

0 comments on commit 250ab33

Please sign in to comment.