Skip to content

Commit

Permalink
chore: fix image ref for trivy
Browse files Browse the repository at this point in the history
  • Loading branch information
brunopacheco1 committed Jan 30, 2024
1 parent 9340270 commit d5180a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
with:
image-ref: "${{ env.DOCKER_METADATA_OUTPUT_TAGS }}"
image-ref: "${{ env.IMAGE_NAME }}:latest"
format: "table"
exit-code: "1"
ignore-unfixed: true
Expand Down

0 comments on commit d5180a0

Please sign in to comment.