Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
junminahn committed Oct 24, 2024
1 parent 876bd48 commit 059cd93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-build-push/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ runs:

- name: Convert Trivy JSON report into sarif
run: |
trivy convert --format sarif --output trivy-results.sarif result.json
trivy convert --format sarif --output trivy-results.sarif trivy-results.json
shell: bash

- name: Upload Trivy scan results to GitHub Security tab
Expand Down

0 comments on commit 059cd93

Please sign in to comment.