Skip to content

Commit

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

Bump anchore/scan-action from 5.3.0 to 6.0.0
  • Loading branch information
svengo authored Dec 14, 2024
2 parents 4d80c67 + 61a305b commit 9d63213
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-standalone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: docker pull ghcr.io/${{ github.repository_owner }}/${{ vars.IMAGE_NAME }}:latest
-
name: Run the Anchore Grype scan action
uses: anchore/scan-action@v5.3.0
uses: anchore/scan-action@v6.0.0
id: scan
with:
image: ghcr.io/${{ github.repository_owner }}/${{ 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@869c549e657a088dc0441b08ce4fc0ecdac2bb65
uses: anchore/scan-action@v6.0.0
id: scan
with:
image: "localbuild/testimage:latest"
Expand Down

0 comments on commit 9d63213

Please sign in to comment.