Skip to content

Commit 1377001

Browse files
authored
Update dast-std-gitlab-ci.yml
1 parent f47ede3 commit 1377001

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dast-std-gitlab-ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ scan-dast-job:
1515
stage: scan-dast
1616
script:
1717

18-
- Invoke-WebRequest -Uri https://raw.githubusercontent.com/jrocia/Yaml-test/main/appscanstd_scan.ps1 -OutFile appscanstd_scan.ps1
18+
- Invoke-WebRequest -Uri https://raw.githubusercontent.com/jrocia/Integration-AppScan-onprem-and-Gitlab/main/scripts/appscanstd_scan.ps1 -OutFile appscanstd_scan.ps1
1919
- .\appscanstd_scan.ps1
2020

21-
- Invoke-WebRequest -Uri https://raw.githubusercontent.com/jrocia/Yaml-test/main/appscanstd_generate_pdf_report.ps1 -OutFile appscanstd_generate_pdf_report.ps1
21+
- Invoke-WebRequest -Uri https://raw.githubusercontent.com/jrocia/Integration-AppScan-onprem-and-Gitlab/main/scripts/appscanstd_generate_pdf_report.ps1 -OutFile appscanstd_generate_pdf_report.ps1
2222
- .\appscanstd_generate_pdf_report.ps1
2323

24-
- Invoke-WebRequest -Uri https://raw.githubusercontent.com/jrocia/Yaml-test/main/appscanstd_check_security_gate.ps1 -OutFile appscanstd_check_security_gate.ps1
24+
- Invoke-WebRequest -Uri https://raw.githubusercontent.com/jrocia/Integration-AppScan-onprem-and-Gitlab/main/scripts/appscanstd_check_security_gate.ps1 -OutFile appscanstd_check_security_gate.ps1
2525
- .\appscanstd_check_security_gate.ps1
2626

2727
artifacts:

0 commit comments

Comments
 (0)