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
Branches
No related tags found
1 merge request!25Add SAST and Dependency scanning
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/cache.yml
- remote: https://git-cdn.e15r.co/gitlab/ci/wordpress/-/raw/main/plugins/templates/before-script.yml
......@@ -8,6 +9,8 @@ include:
dependency_scanning:
before_script: echo ""
stage: security
sast:
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