From 83d9379a37b22ad216f9ff9c60f843c794914203 Mon Sep 17 00:00:00 2001 From: Weston Steimel Date: Wed, 29 Nov 2023 18:35:29 +0000 Subject: [PATCH] chore: bump to syft v0.98.0 Signed-off-by: Weston Steimel --- .yardstick.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.yardstick.yaml b/.yardstick.yaml index 1940176e..e161414c 100644 --- a/.yardstick.yaml +++ b/.yardstick.yaml @@ -116,6 +116,6 @@ result-sets: # try not to bump this syft version unless you really need to. The consequence of bumping this version # is that other repos (such as the grype test/quality gate and vunnel tests/quality gate) will not # be able to leverage the cache without matching the specific syft version referenced here. - version: v0.89.0 + version: v0.98.0 # once we have results captured, don't re-capture them refresh: false