Skip to content

Commit

Permalink
Ignore unfixed CVEs from scanner report
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <tamal@appscode.com>
  • Loading branch information
tamalsaha committed Jun 26, 2024
1 parent 8039d06 commit d102cf2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/backend/scanner.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ func scan(img string) (*trivy.SingleReport, error) {
img,
"--security-checks", "vuln",
"--format", "json",
"--ignore-unfixed",
// "--quiet",
}
out, err := sh.Command("trivy", args...).Output()
Expand Down

0 comments on commit d102cf2

Please sign in to comment.