Skip to content
Snippets Groups Projects

Allow scan execution policies to create pipelines

Merged Marcos Rocha requested to merge mc_rocha-test-scan-create-pipeline into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
  • 63407e6e
    Add Security Policy Default source · 63407e6e
    Marcos Rocha authored
    This MR adds a new config source to allow scan
    execution policies to create pipelines to
    enforce security scans even if the Auto DevOps
    is disabled and no .gitlab-ci.yml is available.
    
    Changelog: added
    MR: !121087
@@ -10,6 +10,7 @@ module ProjectConfig
override :sources
def sources
# SecurityPolicyDefault should come last. It is only necessary if no other source is available.
[::Gitlab::Ci::ProjectConfig::Compliance].concat(super)
.concat([::Gitlab::Ci::ProjectConfig::SecurityPolicyDefault])
end
Loading