Skip to content

Commit 299901c

Browse files
fix: again
1 parent ca838b5 commit 299901c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trivy-image-scan/action.yml

Lines changed: 1 addition & 1 deletion
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)