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

Simplify, since all extend a shared base

parent 11f9dd03
Branches
No related tags found
1 merge request!25Add SAST and Dependency scanning
......@@ -3,3 +3,11 @@ include:
- 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-redis.yml
- remote: https://git-cdn.e15r.co/gitlab/ci/wordpress/-/raw/main/plugins/templates/matrix-redis.yml
- template: Security/SAST.gitlab-ci.yml
- template: Security/Dependency-Scanning.gitlab-ci.yml
dependency_scanning:
before_script: echo ""
sast:
before_script: echo ""
......@@ -3,4 +3,11 @@ include:
- 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/matrix.yml
- remote: https://git.ethitter.com/gitlab/ci/wordpress/-/blob/add/sast-dep-gl/plugins/templates/gitlab-tools.yml
- template: Security/SAST.gitlab-ci.yml
- template: Security/Dependency-Scanning.gitlab-ci.yml
dependency_scanning:
before_script: echo ""
sast:
before_script: echo ""
include:
- template: Security/SAST.gitlab-ci.yml
- template: Security/Dependency-Scanning.gitlab-ci.yml
dependency_scanning:
before_script: echo ""
sast:
before_script: echo ""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment