We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3db2192 commit c2d896eCopy full SHA for c2d896e
trivy-image-scan/action.yml
@@ -59,7 +59,7 @@ runs:
59
TRIVY_OUTPUT=""
60
if [ "${{ inputs.output-mode }}" = "github" ]; then
61
TRIVY_FORMAT="sarif"
62
- TRIVY_OUTPUT="''trivy-results.sarif''"
+ TRIVY_OUTPUT="trivy-results.sarif"
63
elif [ "${{ inputs.output-mode }}" = "json" ]; then
64
TRIVY_FORMAT="json"
65
TRIVY_OUTPUT="trivy-results.json"
0 commit comments