summaryrefslogtreecommitdiff
path: root/doc/user/application_security/index.md
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-12-14 18:08:42 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-12-14 18:08:42 +0000
commit870dfaa9127e114a6ea2066220760815063fb3de (patch)
tree687cdcdc75e56796a8711511d9d0e4a56ff4822f /doc/user/application_security/index.md
parent8c4225a66b12683bcf1bba9bb9328fcf65395b6d (diff)
downloadgitlab-ce-870dfaa9127e114a6ea2066220760815063fb3de.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.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user/application_security/index.md b/doc/user/application_security/index.md
index 2bb481d9ecf..6629c798cfa 100644
--- a/doc/user/application_security/index.md
+++ b/doc/user/application_security/index.md
@@ -339,7 +339,7 @@ custom job:
The above `.gitlab-ci.yml` causes a linting error:
```plaintext
-Found errors in your .gitlab-ci.yml:
+Unable to create pipeline
- dependency_scanning job: chosen stage does not exist; available stages are .pre
- unit-tests
- .post
@@ -590,7 +590,7 @@ like [`SAST.gitlab-ci.yml`](https://gitlab.com/gitlab-org/gitlab/-/blob/master/l
the following error may occur, depending on your GitLab CI/CD configuration:
```plaintext
-Found errors in your .gitlab-ci.yml:
+Unable to create pipeline
jobs:sast config key may not be used with `rules`: only/except
```