Skip to content
Snippets Groups Projects

Add SAST and Dependency scanning

Merged Erick Hitter requested to merge add/sast-dep-gl into main
1 file
+ 62
0
Compare changes
  • Side-by-side
  • Inline
+ 62
0
@@ -3,3 +3,65 @@ include:
@@ -3,3 +3,65 @@ 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/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
- remote: https://git-cdn.e15r.co/gitlab/ci/wordpress/-/raw/main/plugins/templates/matrix.yml
- remote: https://git-cdn.e15r.co/gitlab/ci/wordpress/-/raw/main/plugins/templates/matrix.yml
 
- template: Security/SAST.gitlab-ci.yml
 
- template: Security/Dependency-Scanning.gitlab-ci.yml
 
 
dependency_scanning:
 
before_script: echo ""
 
 
gemnasium-dependency_scanning:
 
before_script: echo ""
 
 
gemnasium-maven-dependency_scanning:
 
before_script: echo ""
 
 
gemnasium-python-dependency_scanning:
 
before_script: echo ""
 
 
sast:
 
before_script: echo ""
 
 
bandit-sast:
 
before_script: echo ""
 
 
brakeman-sast:
 
before_script: echo ""
 
 
eslint-sast:
 
before_script: echo ""
 
 
flawfinder-sast:
 
before_script: echo ""
 
 
kubesec-sast:
 
before_script: echo ""
 
 
gosec-sast:
 
before_script: echo ""
 
 
mobsf-android-sast:
 
before_script: echo ""
 
 
mobsf-ios-sast:
 
before_script: echo ""
 
 
nodejs-scan-sast:
 
before_script: echo ""
 
 
phpcs-security-audit-sast:
 
before_script: echo ""
 
 
pmd-apex-sast:
 
before_script: echo ""
 
 
security-code-scan-sast:
 
before_script: echo ""
 
 
semgrep-sast:
 
before_script: echo ""
 
 
sobelow-sast:
 
before_script: echo ""
 
 
spotbugs-sast:
 
before_script: echo ""
Loading