@@ -17,22 +17,22 @@ scan-dast-job:
17
17
stage : scan-dast
18
18
script :
19
19
20
- - Invoke-WebRequest -Uri https://raw.githubusercontent.com/jrocia/Yaml-test /main/appscanase_create_application_ase.ps1 -OutFile appscanase_create_application_ase.ps1
20
+ - Invoke-WebRequest -Uri https://raw.githubusercontent.com/jrocia/Integration-AppScan-onprem-and-Gitlab /main/scripts /appscanase_create_application_ase.ps1 -OutFile appscanase_create_application_ase.ps1
21
21
- .\appscanase_create_application_ase.ps1
22
22
23
- - Invoke-WebRequest -Uri https://raw.githubusercontent.com/jrocia/Yaml-test /main/appscanase_scan.ps1 -OutFile appscanase_scan.ps1
23
+ - Invoke-WebRequest -Uri https://raw.githubusercontent.com/jrocia/Integration-AppScan-onprem-and-Gitlab /main/scripts /appscanase_scan.ps1 -OutFile appscanase_scan.ps1
24
24
- .\appscanase_scan.ps1
25
25
26
- - Invoke-WebRequest -Uri https://raw.githubusercontent.com/jrocia/Yaml-test /main/appscanase_get_pdf_report_from_enterprise.ps1 -OutFile appscanase_get_pdf_report_from_enterprise.ps1
26
+ - Invoke-WebRequest -Uri https://raw.githubusercontent.com/jrocia/Integration-AppScan-onprem-and-Gitlab /main/scripts /appscanase_get_pdf_report_from_enterprise.ps1 -OutFile appscanase_get_pdf_report_from_enterprise.ps1
27
27
- .\appscanase_get_pdf_report_from_enterprise.ps1
28
28
29
- - Invoke-WebRequest -Uri https://raw.githubusercontent.com/jrocia/Yaml-test /main/appscanase_get_xml_report_from_enterprise.ps1 -OutFile appscanase_get_xml_report_from_enterprise.ps1
29
+ - Invoke-WebRequest -Uri https://raw.githubusercontent.com/jrocia/Integration-AppScan-onprem-and-Gitlab /main/scripts /appscanase_get_xml_report_from_enterprise.ps1 -OutFile appscanase_get_xml_report_from_enterprise.ps1
30
30
- .\appscanase_get_xml_report_from_enterprise.ps1
31
31
32
- - Invoke-WebRequest -Uri https://raw.githubusercontent.com/jrocia/Yaml-test /main/appscanase_convert_ase_dast_xml_to_gitlab_json.ps1 -OutFile appscanase_convert_ase_dast_xml_to_gitlab_json.ps1
32
+ - Invoke-WebRequest -Uri https://raw.githubusercontent.com/jrocia/Integration-AppScan-onprem-and-Gitlab /main/scripts /appscanase_convert_ase_dast_xml_to_gitlab_json.ps1 -OutFile appscanase_convert_ase_dast_xml_to_gitlab_json.ps1
33
33
- .\appscanase_convert_ase_dast_xml_to_gitlab_json.ps1
34
34
35
- - Invoke-WebRequest -Uri https://raw.githubusercontent.com/jrocia/Yaml-test /main/appscanase_check_security_gate.ps1 -OutFile appscanase_check_security_gate.ps1
35
+ - Invoke-WebRequest -Uri https://raw.githubusercontent.com/jrocia/Integration-AppScan-onprem-and-Gitlab /main/scripts /appscanase_check_security_gate.ps1 -OutFile appscanase_check_security_gate.ps1
36
36
- .\appscanase_check_security_gate.ps1
37
37
38
38
artifacts :
0 commit comments