mirror of
https://github.com/hohn/sarif-cli.git
synced 2025-12-16 17:23:03 +01:00
Add 'usage' to build-multiple-codeql-versions.sh
This commit is contained in:
committed by
=Michael Hohn
parent
a900848268
commit
07ed4bf11e
@@ -1,10 +1,21 @@
|
|||||||
#
|
#!/bin/bash -e
|
||||||
#* Following are the steps needed to build a codeql db using different versions of
|
#* Following are the steps needed to build a codeql db using different versions of
|
||||||
# the codeql cli
|
# the codeql cli.
|
||||||
#
|
#
|
||||||
# Some files from prior runs are found in ./data/codeql-dataflow-sql-injection/
|
# Some files from prior runs are found in ./data/codeql-dataflow-sql-injection/
|
||||||
#
|
#
|
||||||
echo '$0: Interactive use only'
|
usage="
|
||||||
|
This script's purpose is to run the sarif-cli against SARIF files
|
||||||
|
produced by different versions of the codeql cli.
|
||||||
|
|
||||||
|
This script is intended for interactive use only. Take one block at a time,
|
||||||
|
run it, and check results as you go.
|
||||||
|
|
||||||
|
A (subset) of this script may be automated in the future.
|
||||||
|
"
|
||||||
|
|
||||||
|
echo "$0: Interactive use only"
|
||||||
|
echo "$usage"
|
||||||
exit 1
|
exit 1
|
||||||
|
|
||||||
#* Use virtual environment. See README for setup.
|
#* Use virtual environment. See README for setup.
|
||||||
|
|||||||
Reference in New Issue
Block a user