Skip to content

Commit c2d896e

Browse files
Fix trivy (#77)
* ci: debug * fix: again * fix: clean up debug
1 parent 3db2192 commit c2d896e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trivy-image-scan/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ runs:
5959
TRIVY_OUTPUT=""
6060
if [ "${{ inputs.output-mode }}" = "github" ]; then
6161
TRIVY_FORMAT="sarif"
62-
TRIVY_OUTPUT="''trivy-results.sarif''"
62+
TRIVY_OUTPUT="trivy-results.sarif"
6363
elif [ "${{ inputs.output-mode }}" = "json" ]; then
6464
TRIVY_FORMAT="json"
6565
TRIVY_OUTPUT="trivy-results.json"

0 commit comments

Comments
 (0)