Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-04-20 06:09:27 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-04-20 06:09:27 +0300
commitd306693dd6f64b249690b487b5d5dca55d7a27b1 (patch)
treee2e138ee73bf1e406091bb911e44cf9a7a8e9c96 /doc
parent93f35ae25c1604450616ea352fd45d50552c0860 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc')
-rw-r--r--doc/user/application_security/sast/analyzers.md1
-rw-r--r--doc/user/application_security/sast/index.md4
2 files changed, 5 insertions, 0 deletions
diff --git a/doc/user/application_security/sast/analyzers.md b/doc/user/application_security/sast/analyzers.md
index 12d61a4921c..c085dafac12 100644
--- a/doc/user/application_security/sast/analyzers.md
+++ b/doc/user/application_security/sast/analyzers.md
@@ -54,6 +54,7 @@ support the following features:
- [Multi-project support](index.md#multi-project-support)
- [Offline support](index.md#running-sast-in-an-offline-environment)
- [Emits JSON report format](index.md#reports-json-format)
+- [SELinux support](index.md#running-sast-in-selinux)
## Official default analyzers
diff --git a/doc/user/application_security/sast/index.md b/doc/user/application_security/sast/index.md
index 8a0c527f545..cbd05f6267e 100644
--- a/doc/user/application_security/sast/index.md
+++ b/doc/user/application_security/sast/index.md
@@ -708,6 +708,10 @@ offline environment, certificate verification with an external source is not pos
self-signed certificate or disable certificate verification. Refer to the package manager's
documentation for instructions.
+## Running SAST in SELinux
+
+By default SAST analyzers are supported in GitLab instances hosted on SELinux. Adding a `before_script` in an [overriden SAST job](#overriding-sast-jobs) may not work as runners hosted on SELinux have restricted permissions.
+
## Troubleshooting
### SAST debug logging