Skip to content

Commit

Permalink
[#patch] scan local image
Browse files Browse the repository at this point in the history
  • Loading branch information
notdodo committed Dec 14, 2024
1 parent 0bd5ee3 commit 96bcf1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
uses: aquasecurity/trivy-action@18f2510ee396bbf400402947b394f2dd8c87dbb0
# v0.29.0
with:
image-ref: ${{ inputs.registry }}/${{ inputs.image }}
image-ref: ${{ steps.metadata.outputs.tags }}
format: sarif
ignore-unfixed: 1
output: ${{ inputs.working-directory }}/trivy_results.sarif
Expand Down

0 comments on commit 96bcf1c

Please sign in to comment.