...
set
DT_SAST_FAIL_MODE=true
if set, the process will return a non-zero status when issues are found. This can be used to make Data Theorem SAST a blocking step of your workflow.set
DT_SAST_NO_FORWARD_MODE=true
if you want to skip forwarding scan results/metadata to Data Theorem, note that this will mean that no scan results will be visible from the Data Theorem Portalset
DT_SAST_INCLUDE_CODE_SNIPPETS=false
if you want to hide code snippets from the printed scan result in the output (you will still see the issue location in the code from the file path and line)
Local Scanning example
The Data Theorem on-prem scanner can run from your local machine.
...