diff --git a/plugins/default.yml b/plugins/default.yml index fb0a242155d1b95e47efc005bc1099176539ee8a..2762d3d6a4c6936142497e7abf861ef7c896cf12 100644 --- a/plugins/default.yml +++ b/plugins/default.yml @@ -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 ""