Skip to content

Commit

Permalink
chore: turn off failure on empty match set
Browse files Browse the repository at this point in the history
Right now, the grype PR runner doesn't have a vuln db with Azure Linux
3.0 in it, so this setting needs to be off until the release.

Signed-off-by: Will Murphy <[email protected]>
  • Loading branch information
willmurphyscode committed Sep 24, 2024
1 parent 51242f5 commit 3ab0e5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/quality/.yardstick.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ result-sets:
max-new-false-negatives: 10
max-unlabeled-percent: 0
max_year: 2022
fail_on_empty_match_set: false
matrix:
images:
- docker.io/anchore/test_images:azurelinux3-63671fe@sha256:2d761ba36575ddd4e07d446f4f2a05448298c20e5bdcd3dedfbbc00f9865240d
Expand Down

0 comments on commit 3ab0e5f

Please sign in to comment.