Skip to content

Commit

Permalink
Merge pull request #5 from Cloudzero/dependabot/github_actions/anchor…
Browse files Browse the repository at this point in the history
…e/scan-action-4

Bump anchore/scan-action from 3 to 4
  • Loading branch information
josephbarnett authored Jul 11, 2024
2 parents 5e2f864 + 000ef9e commit 2c1e928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
REVISION=${{ env.REVISION }}
TAG=${{ env.TAG }}
- name: SECURITY - Grype Docker Image Scan
uses: anchore/scan-action@v3
uses: anchore/scan-action@v4
with:
image: ${{ env.REGISTRY_LOCAL_ADDR }}/${{ env.IMAGE_NAME }}:${{ steps.meta.outputs.version }}
fail-build: true
Expand Down

0 comments on commit 2c1e928

Please sign in to comment.