Skip to content

Commit 9f989e0

Browse files
committed
Disable DAST on GitLab
(as it runs ZAP Baseline scan which is already executed via GitHub workflow on a weekly basis)
1 parent 02ebda0 commit 9f989e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ include:
44
variables:
55
SAST_EXCLUDED_PATHS: "frontend/src/assets/private/**"
66
TEST_DISABLED: "true"
7-
7+
DAST_DISABLED: "true"

0 commit comments

Comments
 (0)