Skip to content

Commit

Permalink
add schema var to image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
oxeye-joey committed Mar 11, 2024
1 parent c99af30 commit 8c171ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/entrypoint-oxeye-scan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,4 @@ if [ "$partial" == "false" ]; then
scm_scan_flags="$scm_scan_flags --full"
fi

python /app/scm_scan.py $scm_scan_flags
python /app/scm_scan.py $scm_scan_flags || cat "/tmp/scm.log"

0 comments on commit 8c171ee

Please sign in to comment.