diff options
-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" |