diff options
author | 2022-04-24 17:19:25 -0700 | |
---|---|---|
committer | 2022-04-24 17:19:25 -0700 | |
commit | a148204bec4ff63f80f0bdc94ea652be01036b52 (patch) | |
tree | 1ad1ad2107d74d1a179b6d5776cdb697c4286f9e | |
parent | Merge branch 'develop' (diff) | |
download | soko-master.tar.gz soko-master.tar.bz2 soko-master.zip |
Signed-off-by: Alec Warner <antarus@gentoo.org>
-rw-r--r-- | .gitlab-ci.yml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6879ec5..0f8dc62 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -53,15 +53,3 @@ go-test: image: golang:1.14.0 script: - go test -v ./pkg/models/... - -include: - - template: Dependency-Scanning.gitlab-ci.yml - - template: Container-Scanning.gitlab-ci.yml - - template: SAST.gitlab-ci.yml - - template: DAST.gitlab-ci.yml - -variables: - DS_DISABLE_DIND: "true" - SAST_DISABLE_DIND: "true" - DAST_WEBSITE: https://packagestest.gentoo.org -# DAST_FULL_SCAN_ENABLED: "true" |