Skip to content

Commit

Permalink
Merge pull request #94 from svengo/dependabot/github_actions/anchore/…
Browse files Browse the repository at this point in the history
…scan-action-5.3.0

Bump anchore/scan-action from 5.2.1 to 5.3.0
  • Loading branch information
svengo authored Nov 22, 2024
2 parents f9c28c3 + e68eda4 commit cca3252
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/anchore-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/anchore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit cca3252

Please sign in to comment.