Skip to content

Commit

Permalink
chore: Update Trivy vulnerability scanner configuration to use $DOCKE…
Browse files Browse the repository at this point in the history
…R_IMAGE_NAME:latest and 'template' format for output
  • Loading branch information
Nayrode committed Jun 3, 2024
1 parent 5ed5d93 commit b162642
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 @@ -51,7 +51,7 @@ jobs:
- name: Run Trivy vulnerability scanner
uses: aquasecurity/[email protected]
with:
image-ref: $DOCKER_IMAGE_NAME:latest
image-ref: ${{ vars.DOCKER_IMAGE_NAME }}:latest
format: 'template'
template: '@markdown.tpl'
output: trivy.md
Expand Down

0 comments on commit b162642

Please sign in to comment.