Skip to content
Snippets Groups Projects

Add SAST and Dependency scanning

Merged Erick Hitter requested to merge add/sast-dep-gl into main
Files
2
+ 8
0
@@ -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 ""
Loading