Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessio Caiazza <acaiazza@gitlab.com>2019-09-19 18:43:53 +0300
committerNick Thomas <nick@gitlab.com>2019-09-19 18:43:53 +0300
commite3cbe766a6314122319e013d9eea6e4d9448bd65 (patch)
treea0720619d217a33c647a8dc256cb067e4c0c4e62
parent92d2a40b3336134216c3ce02ff1cb9f3fa18bfcc (diff)
Move SAST to the prepare stage
-rw-r--r--.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c5d8193e..56e3286a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -37,6 +37,9 @@ license_management:
variables:
LICENSE_MANAGEMENT_SETUP_CMD: go mod vendor
+sast:
+ stage: prepare
+
download deps:
extends: .go-mod-cache
stage: prepare