From b4524ad6205240097e370698c9d7b4b596c0ab67 Mon Sep 17 00:00:00 2001 From: Erick Hitter <git-contrib@ethitter.com> Date: Sat, 16 Jul 2022 14:38:12 -0700 Subject: [PATCH] Fix template reference --- plugins/default.yml | 13 ++----------- plugins/templates/gitlab-tools.yml | 11 +++++++++++ 2 files changed, 13 insertions(+), 11 deletions(-) create mode 100644 plugins/templates/gitlab-tools.yml diff --git a/plugins/default.yml b/plugins/default.yml index 48fd9c1..277c45a 100644 --- a/plugins/default.yml +++ b/plugins/default.yml @@ -1,16 +1,7 @@ include: - - remote: https://git.ethitter.com/gitlab/ci/wordpress/-/blob/add/sast-dep-gl/plugins/templates/stages.yml + - remote: https://git.ethitter.com/gitlab/ci/wordpress/-/raw/add/sast-dep-gl/plugins/templates/stages.yml - remote: https://git-cdn.e15r.co/gitlab/ci/wordpress/-/raw/main/plugins/templates/variables.yml - 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 "" - stage: security - -sast: - before_script: echo "" - stage: security + - remote: https://git.ethitter.com/gitlab/ci/wordpress/-/raw/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 0000000..9f190a1 --- /dev/null +++ b/plugins/templates/gitlab-tools.yml @@ -0,0 +1,11 @@ +include: + - template: Security/SAST.gitlab-ci.yml + - template: Security/Dependency-Scanning.gitlab-ci.yml + +dependency_scanning: + before_script: echo "" + stage: security + +sast: + before_script: echo "" + stage: security -- GitLab