diff options
author | Max Magorsch <arzano@gentoo.org> | 2020-06-19 16:01:47 +0200 |
---|---|---|
committer | Max Magorsch <arzano@gentoo.org> | 2020-06-19 16:01:47 +0200 |
commit | 44f303f2ba93cd6fb30faccffcc2ea04a16877cb (patch) | |
tree | 9954a4047ac8298a37f3129f775b0559ebc482c8 | |
parent | Add bin folder (diff) | |
download | archives-44f303f2ba93cd6fb30faccffcc2ea04a16877cb.tar.gz archives-44f303f2ba93cd6fb30faccffcc2ea04a16877cb.tar.bz2 archives-44f303f2ba93cd6fb30faccffcc2ea04a16877cb.zip |
Use archives.g.o for DAST for now
We will switch to archivestest.g.o once the
site is deployed there.
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 3298923..9ff21e6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -53,5 +53,5 @@ include: variables: DS_DISABLE_DIND: "true" SAST_DISABLE_DIND: "true" - DAST_WEBSITE: https://archivestest.gentoo.org + DAST_WEBSITE: https://archives.gentoo.org # DAST_FULL_SCAN_ENABLED: "true" |