Merge branch 'docs/exclude-sast' into 'master'
Exclude sast job from being run in docs only changes Closes #41818 See merge request gitlab-org/gitlab-ce!16344
This commit is contained in:
commit
e55899ff42
1 changed files with 1 additions and 0 deletions
|
@ -604,6 +604,7 @@ codequality:
|
||||||
paths: [codeclimate.json]
|
paths: [codeclimate.json]
|
||||||
|
|
||||||
sast:
|
sast:
|
||||||
|
<<: *except-docs
|
||||||
image: registry.gitlab.com/gitlab-org/gl-sast:latest
|
image: registry.gitlab.com/gitlab-org/gl-sast:latest
|
||||||
before_script: []
|
before_script: []
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue