Skip to content
Snippets Groups Projects
Commit 3ddfe63a authored by Erick Hitter's avatar Erick Hitter
Browse files

Put GitLab scans in their own stage

parent d163f390
Loading
include: include:
- remote: https://git.ethitter.com/gitlab/ci/wordpress/-/blob/add/sast-dep-gl/plugins/templates/stages.yml
- remote: https://git-cdn.e15r.co/gitlab/ci/wordpress/-/raw/main/plugins/templates/variables.yml - remote: https://git-cdn.e15r.co/gitlab/ci/wordpress/-/raw/main/plugins/templates/variables.yml
- remote: https://git-cdn.e15r.co/gitlab/ci/wordpress/-/raw/main/plugins/templates/cache.yml - remote: https://git-cdn.e15r.co/gitlab/ci/wordpress/-/raw/main/plugins/templates/cache.yml
- remote: https://git-cdn.e15r.co/gitlab/ci/wordpress/-/raw/main/plugins/templates/before-script.yml - remote: https://git-cdn.e15r.co/gitlab/ci/wordpress/-/raw/main/plugins/templates/before-script.yml
...@@ -8,6 +9,8 @@ include: ...@@ -8,6 +9,8 @@ include:
dependency_scanning: dependency_scanning:
before_script: echo "" before_script: echo ""
stage: security
sast: sast:
before_script: echo "" before_script: echo ""
stage: security
stages:
- .pre
- build
- test
- security
- deploy
- .post
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment