Skip to content

Commit

Permalink
chore(deps): update anchore/scan-action action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 11, 2024
1 parent 8540716 commit 22c7df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/anchore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Build the Docker image
run: docker build . --file Dockerfile --tag localbuild/testimage:latest
- name: Run the Anchore Grype scan action
uses: anchore/scan-action@v4
uses: anchore/scan-action@v5
id: scan
with:
image: "localbuild/testimage:latest"
Expand Down

0 comments on commit 22c7df1

Please sign in to comment.