From 4acc9f620bd55af374473c7caaf2c9c6fb55f2cb Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 23 Jan 2025 01:54:18 +0000 Subject: [PATCH] chore(deps): update dependency anchore/syft to v1.19.0 --- tools/syft/manifest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/syft/manifest.yaml b/tools/syft/manifest.yaml index 5612243d33..89552df2a3 100644 --- a/tools/syft/manifest.yaml +++ b/tools/syft/manifest.yaml @@ -1,6 +1,6 @@ # yaml-language-server: $schema=https://tools.uniget.dev/schema.yaml name: syft -version: "1.18.1" +version: "1.19.0" check: ${binary} version 2>&1 | grep ^Version | tr -s ' ' | cut -d' ' -f2 platforms: - linux/amd64