Commit 41f5da1d authored by Russell Dickenson's avatar Russell Dickenson

Merge branch 'sast-configuration-variables' into 'master'

Document SEARCH_MAX_DEPTH option for SAST analyzers

See merge request gitlab-org/gitlab!36910
parents fc512455 aaf07cc6
......@@ -366,6 +366,7 @@ Some analyzers can be customized with environment variables.
| `FAIL_NEVER` | SpotBugs | Set to `1` to ignore compilation failure. |
| `SAST_GOSEC_CONFIG` | Gosec | Path to configuration for Gosec (optional). |
| `PHPCS_SECURITY_AUDIT_PHP_EXTENSIONS` | phpcs-security-audit | Comma separated list of additional PHP Extensions. |
| `SEARCH_MAX_DEPTH` | any | Maximum number of directories traversed when searching for source code files. Default: `4`. |
#### Custom environment variables
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment