From 966fc8c900ef6e25a1555d8f8ecd84f8686fe4b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 17:42:27 +0000 Subject: [PATCH] build: update dependency anchore/syft to v1.1.1 --- .github/actions/config/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/config/action.yaml b/.github/actions/config/action.yaml index b0470a02..24aeade5 100644 --- a/.github/actions/config/action.yaml +++ b/.github/actions/config/action.yaml @@ -48,7 +48,7 @@ outputs: syftVersion: description: "Anchore syft version" # renovate: datasource=github-releases depName=anchore/syft - value: "v1.0.1" + value: "v1.1.1" tufMirror: description: "cosign TUF root mirror URL" value: "${{ steps.config.outputs.tufMirror }}"