Skip to content

Commit

Permalink
Bump anchore/scan-action from 5 to 6 in the github-actions group (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 1, 2025
1 parent a048195 commit 923e1fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Build the image
run: docker build -t tinifier:local --build-arg "APP_VERSION=${{ steps.slug.outputs.branch-name-slug }}@${{ steps.slug.outputs.commit-hash-short }}" -f ./Dockerfile .
- run: docker run --rm tinifier:local --version
- uses: anchore/scan-action@v5 # action page: <https://github.com/anchore/scan-action>
- uses: anchore/scan-action@v6 # action page: <https://github.com/anchore/scan-action>
with:
image: tinifier:local
fail-build: true
Expand Down

0 comments on commit 923e1fe

Please sign in to comment.