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