summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCameron Swords <cswords@gitlab.com>2019-09-05 01:09:39 +0000
committerCameron Swords <cswords@gitlab.com>2019-09-05 01:09:39 +0000
commit34d430f83e4a2f6505e01596e5a76b3acbd7c061 (patch)
tree67744e4c8520f680278250e6215e3ddc382ccb80
parent6c829a1be1ef6bc288ee6bf5dc2a96590fcccacf (diff)
downloadgitlab-ce-update-docs-spotbugs-java-11.tar.gz
Apply suggestion to doc/user/application_security/sast/index.mdupdate-docs-spotbugs-java-11
-rw-r--r--doc/user/application_security/sast/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/application_security/sast/index.md b/doc/user/application_security/sast/index.md
index 6d962ec35cb..1cc673ada8d 100644
--- a/doc/user/application_security/sast/index.md
+++ b/doc/user/application_security/sast/index.md
@@ -205,7 +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 | Use pre-installed Java version. Supports 8, 11. |
+| `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). |