Skip to content

Commit

Permalink
img path corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
Aadesh Kale committed Jan 5, 2024
1 parent d044bea commit f18336c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Scan for vulnerabilities with Trivy
uses: aquasecurity/trivy-action@master
with:
image-ref: 'docker.io/my-organization/my-app:${{ github.sha }}'
image-ref: welcome-app:${{ env.IMG_TAG }}
format: 'table'
exit-code: '1'
ignore-unfixed: true
Expand Down

0 comments on commit f18336c

Please sign in to comment.