From f60e851b80e48de1a836b2427e847a82c712eab2 Mon Sep 17 00:00:00 2001 From: Erick Hitter <git-contrib@ethitter.com> Date: Mon, 6 Jun 2022 21:00:32 -0700 Subject: [PATCH] Remove GitLab's SAST pipeline `before_script` include conflicts with it. --- plugins/default.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/default.yml b/plugins/default.yml index 156447f..fb0a242 100644 --- a/plugins/default.yml +++ b/plugins/default.yml @@ -3,4 +3,3 @@ 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 -- GitLab