diff options
author | Max Magorsch <arzano@gentoo.org> | 2020-06-19 16:18:39 +0200 |
---|---|---|
committer | Max Magorsch <arzano@gentoo.org> | 2020-06-19 16:18:39 +0200 |
commit | 2a00b86c71f6fab939a6518762bb5bec6fb7d41b (patch) | |
tree | 2b6ab477579aab54fe4d6b31822fd7172f7c9a28 | |
parent | Use archives.g.o for DAST for now (diff) | |
download | archives-2a00b86c71f6fab939a6518762bb5bec6fb7d41b.tar.gz archives-2a00b86c71f6fab939a6518762bb5bec6fb7d41b.tar.bz2 archives-2a00b86c71f6fab939a6518762bb5bec6fb7d41b.zip |
Disable DAST tests for now
Signed-off-by: Max Magorsch <arzano@gentoo.org>
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9ff21e6..42b2eab 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -48,7 +48,7 @@ include: - template: Dependency-Scanning.gitlab-ci.yml - template: Container-Scanning.gitlab-ci.yml - template: SAST.gitlab-ci.yml - - template: DAST.gitlab-ci.yml +# - template: DAST.gitlab-ci.yml variables: DS_DISABLE_DIND: "true" |