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

Test SAST and Dependency scanning

parent 2710457a
No related branches found
No related tags found
1 merge request!25Add SAST and Dependency scanning
This commit is part of merge request !25. Comments created here will be created in the context of that merge request.
......@@ -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/before-script.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 ""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment