Skip to content

Commit

Permalink
Add .grype.yaml file to ignore known false positives
Browse files Browse the repository at this point in the history
Signed-off-by: Natalie Arellano <narellano@vmware.com>
  • Loading branch information
natalieparellano committed Aug 13, 2024
1 parent 3a22a7f commit 1eccbe9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .grype.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ignore:
- vulnerability: CVE-2015-5237 # false positive, see https://github.com/anchore/grype/issues/558
- vulnerability: CVE-2021-22570 # false positive, see https://github.com/anchore/grype/issues/558

0 comments on commit 1eccbe9

Please sign in to comment.