summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCameron Swords <cswords@gitlab.com>2019-09-06 07:24:00 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2019-09-06 07:24:00 +0000
commite05699a7ea34a992c91206271501441481b994ac (patch)
tree13bf173046cd9748c5800b73b57385a2abad0c0d
parent63e1a1ca0e66972cb80bf4b10af1341e54ddd296 (diff)
downloadgitlab-ce-e05699a7ea34a992c91206271501441481b994ac.tar.gz
Document Spotbugs Java version
-rw-r--r--doc/user/application_security/sast/index.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/user/application_security/sast/index.md b/doc/user/application_security/sast/index.md
index fbc130689e0..15a21bb82e0 100644
--- a/doc/user/application_security/sast/index.md
+++ b/doc/user/application_security/sast/index.md
@@ -205,6 +205,7 @@ Some analyzers can be customized with environment variables.
| `GRADLE_PATH` | spotbugs | Path to the `gradle` executable. |
| `JAVA_OPTS` | spotbugs | Additional arguments for the `java` executable. |
| `JAVA_PATH` | spotbugs | Path to the `java` executable. |
+| `SAST_JAVA_VERSION` | spotbugs | Which Java version to use. Supported versions are `8` and `11`. Defaults to `8`. |
| `MAVEN_CLI_OPTS` | spotbugs | Additional arguments for the `mvn` or `mvnw` executable. |
| `MAVEN_PATH` | spotbugs | Path to the `mvn` executable. |
| `MAVEN_REPO_PATH` | spotbugs | Path to the Maven local repository (shortcut for the `maven.repo.local` property). |