From 975413f4dc4e29933c78887cdf934c0f5f7fbd1b Mon Sep 17 00:00:00 2001 From: Wang Yuyang Date: Wed, 1 Dec 2021 19:24:56 +0800 Subject: [PATCH 1/3] update-redis --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 41a0a2b..234de53 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -56,5 +56,7 @@ sast: variables: SAST_EXCLUDED_PATHS: spec, test, tests, tmp, editormd stage: test + only: + - master include: - template: Security/SAST.gitlab-ci.yml From b08b5f8f79273b4574384978db84a788816fef0b Mon Sep 17 00:00:00 2001 From: Wang Yuyang Date: Wed, 1 Dec 2021 19:28:35 +0800 Subject: [PATCH 2/3] update-redis --- .gitlab-ci.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 234de53..2107c03 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -52,11 +52,11 @@ docker: - docker build -t registry.hub.docker.com/echo0821/web-methodology:latest . - docker push registry.hub.docker.com/echo0821/web-methodology:latest - docker rmi registry.hub.docker.com/echo0821/web-methodology -sast: - variables: - SAST_EXCLUDED_PATHS: spec, test, tests, tmp, editormd - stage: test - only: - - master -include: -- template: Security/SAST.gitlab-ci.yml +#sast: +# variables: +# SAST_EXCLUDED_PATHS: spec, test, tests, tmp, editormd +# stage: test +# only: +# - master +#include: +#- template: Security/SAST.gitlab-ci.yml From dce93f8e54716e83c4eb0749e54ef7c58f6d67f6 Mon Sep 17 00:00:00 2001 From: Wang Yuyang Date: Wed, 1 Dec 2021 19:31:00 +0800 Subject: [PATCH 3/3] update-redis --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2107c03..7c095e5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -60,3 +60,4 @@ docker: # - master #include: #- template: Security/SAST.gitlab-ci.yml +#- template: Security/Secret-Detection.gitlab-ci.yml