Skip to content

Commit

Permalink
AAE-18427: upgrade anchore/scan-action to v3.3.7 (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
atchertchian authored Nov 23, 2023
1 parent 8c2a369 commit 5addcef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/actions/docker-build-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,10 @@ runs:

- name: Anchore Scan API Image
if: inputs.grype-scan-enabled == 'true'
uses: anchore/scan-action@24fd7c9060f3c96848dd1929fac8d796fb5ae4b4 # v3.3.6
uses: anchore/scan-action@62370b53ab026f5d09b9fb43a7b5ec4b73c1a8e0 # v3.3.7
id: scan
with:
fail-build: ${{ inputs.grype-fail-build }}
grype-version: v0.72.0
image: ghcr.io/alfresco/${{ env.IMAGE_NAME }}
output-format: sarif
severity-cutoff: critical
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v4.0.0
v4.1.0

0 comments on commit 5addcef

Please sign in to comment.