Skip to content

Commit 9487b80

Browse files
authored
Update dast-ase-gitlab-ci.yml
1 parent c51a2f8 commit 9487b80

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

dast-ase-gitlab-ci.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,22 @@ scan-dast-job:
1717
stage: scan-dast
1818
script:
1919

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
2121
- .\appscanase_create_application_ase.ps1
2222

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
2424
- .\appscanase_scan.ps1
2525

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
2727
- .\appscanase_get_pdf_report_from_enterprise.ps1
2828

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
3030
- .\appscanase_get_xml_report_from_enterprise.ps1
3131

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
3333
- .\appscanase_convert_ase_dast_xml_to_gitlab_json.ps1
3434

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
3636
- .\appscanase_check_security_gate.ps1
3737

3838
artifacts:

0 commit comments

Comments
 (0)