summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomKriek <tomkriek@gmail.com>2019-07-25 11:37:35 +0000
committerTomKriek <tomkriek@gmail.com>2019-07-25 11:37:35 +0000
commit386c4be6e908befce34db358aafb8c352e98a8b4 (patch)
treecf152c8651972665b6f2fb31e9a30db535b3f5f6
parent2dd33c0812a0935184d51d9b0f012b87a39904e3 (diff)
downloadgitlab-ce-386c4be6e908befce34db358aafb8c352e98a8b4.tar.gz
Fix typo when enumerating GOSEC levels
-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 7df86eedd18..ea20cc87c78 100644
--- a/doc/user/application_security/sast/index.md
+++ b/doc/user/application_security/sast/index.md
@@ -159,7 +159,7 @@ Some analyzers make it possible to filter out vulnerabilities under a given thre
| `SAST_BRAKEMAN_LEVEL` | 1 | Ignore Brakeman vulnerabilities under given confidence level. Integer, 1=Low 3=High. |
| `SAST_FLAWFINDER_LEVEL` | 1 | Ignore Flawfinder vulnerabilities under given risk level. Integer, 0=No risk, 5=High risk. |
| `SAST_GITLEAKS_ENTROPY_LEVEL` | 8.0 | Minimum entropy for secret detection. Float, 0.0 = low, 8.0 = high. |
-| `SAST_GOSEC_LEVEL` | 0 | Ignore gosec vulnerabilities under given confidence level. Integer, 0=Undefined, 1=Low, 1=Medium, 3=High. |
+| `SAST_GOSEC_LEVEL` | 0 | Ignore gosec vulnerabilities under given confidence level. Integer, 0=Undefined, 1=Low, 2=Medium, 3=High. |
| `SAST_EXCLUDED_PATHS` | - | Exclude vulnerabilities from output based on the paths. This is a comma-separated list of patterns. Patterns can be globs, file or folder paths. Parent directories will also match patterns. |
### Timeouts