Skip to content

Commit

Permalink
fix(): image-ref in trivy scan action (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwong0222 authored Nov 14, 2024
1 parent d526468 commit 31c91a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Run Trivy to check Docker images for vulnerabilities
uses: aquasecurity/trivy-action@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2 # v0.28.0
with:
image-ref: "github-to-slack-notifier:${{ env.TIMESTAMP_TAG }}"
image-ref: "ghcr.io/${{ github.repository }}/github-to-slack-notifier:${{ env.TIMESTAMP_TAG }}"
format: 'table'
exit-code: '1'
ignore-unfixed: true
Expand Down

0 comments on commit 31c91a6

Please sign in to comment.