Skip to content

Commit

Permalink
Update anchore/scan-action action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 8, 2024
1 parent 968097b commit ca7519c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push-pr-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Scan image
id: scan
uses: anchore/scan-action@v3
uses: anchore/scan-action@v4
with:
image: ghcr.io/equinixmetal/ironlib:latest
acs-report-enable: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

- name: Scan image
id: scan
uses: anchore/scan-action@v3
uses: anchore/scan-action@v4
with:
image: ghcr.io/metal-toolbox/ironlib@${{ steps.dockerbuild.outputs.digest }}
acs-report-enable: true
Expand Down

0 comments on commit ca7519c

Please sign in to comment.