Skip to content

Commit

Permalink
feat(): execute Docker Scout against tags yielded by meta step
Browse files Browse the repository at this point in the history
  • Loading branch information
e7d committed Apr 5, 2024
1 parent 78860f1 commit 214424e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
uses: docker/scout-action@v1
with:
command: cves,recommendations,compare
image: ${{ vars.DOCKERHUB_IMAGE }}:${{ env.SHA }}
image: ${{ steps.meta.outputs.tags }}
to: ${{ vars.DOCKERHUB_IMAGE }}:latest
ignore-base: true
ignore-unchanged: true
Expand Down

0 comments on commit 214424e

Please sign in to comment.