Skip to content

Commit

Permalink
Update docker-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aneisch authored Jul 22, 2024
1 parent 00edd38 commit 81417a5
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 @@ -26,7 +26,7 @@ jobs:
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@0.20.0
with:
image-ref: '$IMAGE_NAME'
image-ref: '${{IMAGE_NAME}}'
format: 'sarif'
output: 'trivy-results.sarif'

Expand Down

0 comments on commit 81417a5

Please sign in to comment.