From fbed35df3a02ef4bbd7d996450ce910cc25bba6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 03:00:16 +0000 Subject: [PATCH] Bump anchore/scan-action from 3.6.4 to 4.1.2 Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 3.6.4 to 4.1.2. - [Release notes](https://github.com/anchore/scan-action/releases) - [Changelog](https://github.com/anchore/scan-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/anchore/scan-action/compare/3343887d815d7b07465f6fdcd395bd66508d486a...64a33b277ea7a1215a3c142735a1091341939ff5) --- updated-dependencies: - dependency-name: anchore/scan-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 16cec1c73b..ed124c8297 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -400,7 +400,7 @@ jobs: run: echo ${{ steps.secrets.outputs.password }} | docker login -u ${{ steps.secrets.outputs.user }} --password-stdin - name: Scan controller image - uses: anchore/scan-action@3343887d815d7b07465f6fdcd395bd66508d486a + uses: anchore/scan-action@64a33b277ea7a1215a3c142735a1091341939ff5 with: image: "wallarm/ingress-controller:1.0.0-dev" fail-build: true