SAST Scanner
Last updated
xygeni sast --helpConfiguration options:
-c, --conf=<config> Configuration filepath template (filename will be prefixed by 'SCAN.')
--[no-]conf-download Download scanner config? (default: true}
--detectors=SCAN=list[|SCAN=list...]
Detectors to include per stage. <list> is comma-separated of detector IDs, a severity or 'all'.
Example: --detectors secrets=high|iac=critical|misconf=all
--skip-detectors=SCAN=list[|SCAN=list...]
Detectors to exclude per stage. <list> is comma-separated list of detector IDs, or a severity.
--custom-detectors-dir=<customDetectorsDir>
Directory with custom detectors.