Commit 19762b70 authored by Evan Read's avatar Evan Read

Merge branch 'russell/document-sast-gosec-config' into 'master'

Document new SAST environment variable `SAST_GOSEC_CONFIG`

See merge request gitlab-org/gitlab!32488
parents 58dcc5b2 7cd8fadd
...@@ -325,6 +325,7 @@ Some analyzers can be customized with environment variables. ...@@ -325,6 +325,7 @@ Some analyzers can be customized with environment variables.
| `MAVEN_REPO_PATH` | SpotBugs | Path to the Maven local repository (shortcut for the `maven.repo.local` property). | | `MAVEN_REPO_PATH` | SpotBugs | Path to the Maven local repository (shortcut for the `maven.repo.local` property). |
| `SBT_PATH` | SpotBugs | Path to the `sbt` executable. | | `SBT_PATH` | SpotBugs | Path to the `sbt` executable. |
| `FAIL_NEVER` | SpotBugs | Set to `1` to ignore compilation failure. | | `FAIL_NEVER` | SpotBugs | Set to `1` to ignore compilation failure. |
| `SAST_GOSEC_CONFIG` | Gosec | Path to configuration for Gosec (optional). |
#### Custom environment variables #### 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