Skip to content

Commit 5af23c8

Browse files
Create index.html from report.html
1 parent e5f4eab commit 5af23c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ publish-report:
8383
name: openjdk:11-jdk
8484
script:
8585
- touch owasp/Staticfile
86-
- touch owasp/Staticfile.auth
87-
- echo $HTPASSWORD >> owasp/Staticfile.auth
86+
- echo $HTPASSWORD > owasp/Staticfile.auth
87+
- mv owasp/report.html owasp/index.html
8888
- curl --location "https://packages.cloudfoundry.org/stable?release=linux64-binary&version=7.0.2&source=github-rel" | tar zx
8989
- ./cf api $CF_API
9090
- ./cf auth $CF_USER $CF_PASSWORD

0 commit comments

Comments
 (0)