From e7b8b283afd1d36a95b562f4a906625e48105f76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Jan 2026 11:55:52 +0000 Subject: [PATCH] chore(deps): bump anchore/scan-action from 6 to 7 Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 6 to 7. - [Release notes](https://github.com/anchore/scan-action/releases) - [Changelog](https://github.com/anchore/scan-action/blob/main/RELEASE.md) - [Commits](https://github.com/anchore/scan-action/compare/v6...v7) --- updated-dependencies: - dependency-name: anchore/scan-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-build-push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-build-push.yml b/.github/workflows/docker-build-push.yml index 6f2feb88..dc30dfca 100644 --- a/.github/workflows/docker-build-push.yml +++ b/.github/workflows/docker-build-push.yml @@ -149,7 +149,7 @@ jobs: - name: Scan API image for vulnerabilities if: github.event_name != 'pull_request' && github.ref == 'refs/heads/main' id: scan-api - uses: anchore/scan-action@v6 + uses: anchore/scan-action@v7 with: image: ${{ steps.first_tag_api.outputs.tag }} fail-build: false @@ -274,7 +274,7 @@ jobs: - name: Scan App image for vulnerabilities if: github.event_name != 'pull_request' && github.ref == 'refs/heads/main' id: scan-app - uses: anchore/scan-action@v6 + uses: anchore/scan-action@v7 with: image: ${{ steps.first_tag_app.outputs.tag }} fail-build: false