Skip to content

Commit

Permalink
Add Precaution script to the supported tools
Browse files Browse the repository at this point in the history
Precaution is another SAST that can analyze Java code for security
vulnerabilities.

The Precaution CLI is named precli and must be installed via Pip.

For more information:
https://github.com/securesauce/precli
https://precli.readthedocs.io/latest/

Signed-off-by: Eric Brown <eric_wade_brown@yahoo.com>
  • Loading branch information
ericwb committed Apr 23, 2024
1 parent dbe0152 commit 0ad9cdf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/runPrecaution.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# To install Precaution CLI:
# pip install precli
#
# See also: https://precli.readthedocs.io/latest/
benchmark_version=$(scripts/getBenchmarkVersion.sh)
precli -r . --json -o results/Benchmark_$benchmark_version-Precaution.json

0 comments on commit 0ad9cdf

Please sign in to comment.