Skip to content

Commit

Permalink
fix(build): remove duplicate base image name ref
Browse files Browse the repository at this point in the history
  • Loading branch information
brunopacheco1 committed Mar 18, 2024
1 parent 63dd15b commit 484b524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
with:
image-ref: "${{ env.IMAGE_NAME }}:${{ steps.tag.outputs.sha_tag }}"
image-ref: "${{ steps.tag.outputs.sha_tag }}"
format: "table"
exit-code: "1"
ignore-unfixed: true
Expand Down

0 comments on commit 484b524

Please sign in to comment.