-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoctopus_pwsh_script
20 lines (14 loc) · 1.51 KB
/
octopus_pwsh_script
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
write-host "Downloading scan files"
# Invoke-WebRequest -Uri https://raw.githubusercontent.com/jrocia/Integration-ASE-DAST-and-Octopus/main/dast.login -OutFile dast.login
# Invoke-WebRequest -Uri https://raw.githubusercontent.com/jrocia/Integration-ASE-DAST-and-Octopus/main/manualexplorer.exd -OutFile manualexplorer.exd
Invoke-WebRequest -Uri https://raw.githubusercontent.com/jrocia/Integration-ASE-DAST-and-Octopus/main/scripts/appscanase_create_application_ase.ps1 -OutFile appscanase_create_application_ase.ps1
.\appscanase_create_application_ase.ps1
Invoke-WebRequest -Uri https://raw.githubusercontent.com/jrocia/Integration-ASE-DAST-and-Octopus/main/scripts/appscanase_scan.ps1 -OutFile appscanase_scan.ps1
.\appscanase_scan.ps1
Invoke-WebRequest -Uri https://raw.githubusercontent.com/jrocia/Integration-ASE-DAST-and-Octopus/main/scripts/appscanase_get_pdf_report_from_enterprise.ps1 -OutFile appscanase_get_pdf_report_from_enterprise.ps1
.\appscanase_get_pdf_report_from_enterprise.ps1
Invoke-WebRequest -Uri https://raw.githubusercontent.com/jrocia/Integration-ASE-DAST-and-Octopus/main/scripts/appscanase_get_xml_report_from_enterprise.ps1 -OutFile appscanase_get_xml_report_from_enterprise.ps1
.\appscanase_get_xml_report_from_enterprise.ps1
Invoke-WebRequest -Uri https://raw.githubusercontent.com/jrocia/Integration-ASE-DAST-and-Octopus/main/scripts/appscanase_check_security_gate.ps1 -OutFile appscanase_check_security_gate.ps1
.\appscanase_check_security_gate.ps1
Get-ChildItem . -Recurse -Include *.pdf | New-OctopusArtifact