Skip to content

Commit e98dc76

Browse files
committed
feat: produce output.sarif
1 parent a897b55 commit e98dc76

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

dc/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ fi
136136
# cat $OUTPUT_FILE
137137

138138
# TODO: make sure the following line does not throw an error
139-
python deepcode_to_sarif.py $OUTPUT_FILE
139+
python /dc/deepcode_to_sarif.py $OUTPUT_FILE
140140

141141
echo "Success." >&3
142142
exit 0

0 commit comments

Comments
 (0)