We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b66e17b commit 7c3b4b6Copy full SHA for 7c3b4b6
1 file changed
analyze.sh
@@ -100,5 +100,6 @@ if [ "$OUTPUT_TYPE" == "sarif" ] && [ "$BASE_PATH" != "" ]; then
100
# prepend the pyhsical path
101
echo "Transform sarif file to include the physical path"
102
jq -c "(.runs[].results[].locations[].physicalLocation.artifactLocation.uri) |=\"$BASE_PATH\"+." resultspre.sarif > "$OUTPUT"
103
+ cat $OUTPUT
104
fi
105
0 commit comments