diff options
author | Kamil TrzciĆski <ayufan@ayufan.eu> | 2018-10-23 10:38:10 +0000 |
---|---|---|
committer | Olivier Gonzalez <ogonzalez@gitlab.com> | 2018-10-29 10:32:59 -0400 |
commit | 0acdd3d3dd7b8207e8dcdee269e9cc9894d6f199 (patch) | |
tree | fd3d24e4d027e51e37f3bc315e985d309370d14a /lib | |
parent | 43463869c883c7972ecc03500ab35325eede7a01 (diff) | |
download | gitlab-ce-0acdd3d3dd7b8207e8dcdee269e9cc9894d6f199.tar.gz |
Rename 'sast_container' licensed feature5979_rename_sast_container_gitlab_features-ce
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml b/lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml index 6fa59e41d20..db48b187e5e 100644 --- a/lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml +++ b/lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml @@ -210,7 +210,7 @@ container_scanning: refs: - branches variables: - - $GITLAB_FEATURES =~ /\bsast_container\b/ + - $GITLAB_FEATURES =~ /\bcontainer_scanning\b/ except: variables: - $CONTAINER_SCANNING_DISABLED |