From 99344f506d42fd1932cabda83475e7752bd1358b Mon Sep 17 00:00:00 2001 From: Keith Zantow Date: Fri, 11 Aug 2023 13:46:22 -0400 Subject: [PATCH] chore: update snapshot verison Signed-off-by: Keith Zantow --- test/cli/utils_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cli/utils_test.go b/test/cli/utils_test.go index adb1073ab..ed560bd88 100644 --- a/test/cli/utils_test.go +++ b/test/cli/utils_test.go @@ -338,7 +338,7 @@ func buildSyftWithGo(dir string, outfile string) (string, string, error) { Date string Summary string }{ - Version: "VERSION", + Version: "SNAPSHOT", // should contain "SNAPSHOT" so update checks are skipped Commit: "COMMIT", Date: "DATE", Summary: "SUMMARY",