We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca838b5 commit 299901cCopy full SHA for 299901c
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