Skip to content

Commit 7c3b4b6

Browse files
committed
test output
1 parent b66e17b commit 7c3b4b6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

analyze.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,5 +100,6 @@ if [ "$OUTPUT_TYPE" == "sarif" ] && [ "$BASE_PATH" != "" ]; then
100100
# prepend the pyhsical path
101101
echo "Transform sarif file to include the physical path"
102102
jq -c "(.runs[].results[].locations[].physicalLocation.artifactLocation.uri) |=\"$BASE_PATH\"+." resultspre.sarif > "$OUTPUT"
103+
cat $OUTPUT
103104
fi
104105

0 commit comments

Comments
 (0)