Skip to content

Commit

Permalink
fix(CI): Fixed image name error in Trivy scan
Browse files Browse the repository at this point in the history
  • Loading branch information
SaptarshiSarkar12 committed Feb 20, 2024
1 parent 180bf1b commit e2bffd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
- name: Run Trivy security scan
uses: aquasecurity/trivy-action@0.17.0
with:
image-ref: ${{ env.REGISTRY }}/${{ github.repository_owner }}/${{ matrix.image_name }}:sha-${{ env.SHORT_SHA }}
image-ref: ${{ env.REGISTRY }}/saptarshisarkar12/${{ matrix.image_name }}:sha-${{ env.SHORT_SHA }}
format: ${{ github.event_name == 'pull_request' && 'table' || 'sarif' }}
exit-code: 1
vuln-type: os,library
Expand Down

0 comments on commit e2bffd9

Please sign in to comment.