diff --git a/plugins/default.yml b/plugins/default.yml index ee9ee5b74418e4443a25f2ebe7814b82f39b9535..d5e7cae9a98819764f3ee3c90e695eeff052c0f3 100644 --- a/plugins/default.yml +++ b/plugins/default.yml @@ -3,11 +3,4 @@ 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 "" - -sast: - before_script: echo "" + - remote: https://git.ethitter.com/gitlab/ci/wordpress/-/blob/add/sast-dep-gl/plugins/templates/gitlab-tools.yml diff --git a/plugins/templates/gitlab-tools.yml b/plugins/templates/gitlab-tools.yml new file mode 100644 index 0000000000000000000000000000000000000000..f4b4d8c628ebe3d107c754d639aed35ec609449c --- /dev/null +++ b/plugins/templates/gitlab-tools.yml @@ -0,0 +1,9 @@ +include: + - template: Security/SAST.gitlab-ci.yml + - template: Security/Dependency-Scanning.gitlab-ci.yml + +dependency_scanning: + before_script: echo "" + +sast: + before_script: echo ""