From f62509fcc7ee3b0d933bdec6199d05f33ae1b95c Mon Sep 17 00:00:00 2001 From: Erick Hitter <git-contrib@ethitter.com> Date: Sat, 16 Jul 2022 14:17:48 -0700 Subject: [PATCH] Test SAST and Dependency scanning --- plugins/default.yml | 62 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) diff --git a/plugins/default.yml b/plugins/default.yml index fb0a242..2762d3d 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 "" -- GitLab