Skip to content

Commit d48a76f

Browse files
Add HTPASSWORD and staticfile
1 parent 8c56b88 commit d48a76f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ owasp-zap:
7171
- zap-baseline.py -r report.html -t $DAST_WEBSITE || true
7272
- mkdir ./owasp
7373
- cp /zap/wrk/report.html ./owasp/
74+
- touch owasp/Staticfile
75+
- echo $HTPASSWORD >> owasp/Staticfile
7476
artifacts:
7577
paths: ["owasp/"]
7678

0 commit comments

Comments
 (0)