From e68eda4742d0cf1e23d320ccf0e0c3a9b44aef28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 12:14:39 +0000 Subject: [PATCH] Bump anchore/scan-action from 5.2.1 to 5.3.0 Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 5.2.1 to 5.3.0. - [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/f2ba85e044c8f5e5014c9a539328a9c78d3bfa49...869c549e657a088dc0441b08ce4fc0ecdac2bb65) --- updated-dependencies: - dependency-name: anchore/scan-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/anchore-cron.yml | 2 +- .github/workflows/anchore.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/anchore-cron.yml b/.github/workflows/anchore-cron.yml index 6743ec9..8af9ddf 100644 --- a/.github/workflows/anchore-cron.yml +++ b/.github/workflows/anchore-cron.yml @@ -37,7 +37,7 @@ jobs: - name: Pull the Docker image run: docker pull ${{ vars.DOCKERHUB_USERNAME }}/${{ vars.IMAGE_NAME }}:latest - name: Run the Anchore Grype scan action - uses: anchore/scan-action@f2ba85e044c8f5e5014c9a539328a9c78d3bfa49 + uses: anchore/scan-action@869c549e657a088dc0441b08ce4fc0ecdac2bb65 id: scan with: image: ${{ vars.DOCKERHUB_USERNAME }}/${{ vars.IMAGE_NAME }}:latest diff --git a/.github/workflows/anchore.yml b/.github/workflows/anchore.yml index c07fed3..3f97a46 100644 --- a/.github/workflows/anchore.yml +++ b/.github/workflows/anchore.yml @@ -34,7 +34,7 @@ jobs: - name: Build the Docker image run: docker build . --file Dockerfile --tag localbuild/testimage:latest --no-cache --platform linux/amd64 - name: Run the Anchore Grype scan action - uses: anchore/scan-action@f2ba85e044c8f5e5014c9a539328a9c78d3bfa49 + uses: anchore/scan-action@869c549e657a088dc0441b08ce4fc0ecdac2bb65 id: scan with: image: "localbuild/testimage:latest"