summaryrefslogtreecommitdiff
path: root/doc/user/application_security/index.md
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-08-10 09:11:40 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-08-10 09:11:40 +0000
commitae1c8db2c805a6d3fad3a66fa31bd414cc071490 (patch)
tree2f5220cb19c64b46444e601db80ae46d5b3a2647 /doc/user/application_security/index.md
parentf626c314923e5d4947531eab001929741c6bced1 (diff)
downloadgitlab-ce-ae1c8db2c805a6d3fad3a66fa31bd414cc071490.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/user/application_security/index.md')
-rw-r--r--doc/user/application_security/index.md11
1 files changed, 0 insertions, 11 deletions
diff --git a/doc/user/application_security/index.md b/doc/user/application_security/index.md
index f578c5eca00..9200cafab2e 100644
--- a/doc/user/application_security/index.md
+++ b/doc/user/application_security/index.md
@@ -152,17 +152,6 @@ does not use the `SECURE_ANALYZERS_PREFIX` variable. To override its Docker imag
the instructions for
[Running container scanning in an offline environment](container_scanning/index.md#running-container-scanning-in-an-offline-environment).
-### Use security scanning tools with merge request pipelines
-
-By default, the application security jobs are configured to run for branch pipelines only.
-To use them with [merge request pipelines](../../ci/pipelines/merge_request_pipelines.md),
-you may need to override the default `rules:` configuration to add:
-
-```yaml
-rules:
- - if: $CI_PIPELINE_SOURCE == "merge_request_event"
-```
-
## Default behavior of GitLab security scanning tools
### Secure jobs in your pipeline