From 858e0e04f6b192f403442b05582e030b9b95f66a Mon Sep 17 00:00:00 2001 From: Weston Steimel Date: Mon, 14 Oct 2024 17:24:12 +0100 Subject: [PATCH] chore: bump syft to v1.14.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 016a8c3e..0cebc7ae 100644 --- a/.yardstick.yaml +++ b/.yardstick.yaml @@ -122,6 +122,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.98.0 + version: v1.14.0 # once we have results captured, don't re-capture them refresh: false