File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ scan-dast-job:
15
15
stage : scan-dast
16
16
script :
17
17
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
19
19
- .\appscanstd_scan.ps1
20
20
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
22
22
- .\appscanstd_generate_pdf_report.ps1
23
23
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
25
25
- .\appscanstd_check_security_gate.ps1
26
26
27
27
artifacts :
You can’t perform that action at this time.
0 commit comments