Skip to content

HCL-TECH-SOFTWARE/Automation-Import-Scan-Issues-ASOC-ASE

Repository files navigation

Automation Import Scan Issues from ASOC to ASE

image

Requirements

1 - AppScan Enterprise Server hostname
2 - AppScan Enterprise key pair
3 - AppScan on Cloud key pair
4 - AppScan Presence
5 - Python3 for Windows (Flask and requests)
6 - Powershell 7.x

Install Python modules

py -m pip install Flask
py -m pip install requests

TO RUN:
1 - Download the project
2 - Change variable in the file startWebHookProxy.ps1:
$asocApiKeyId='aaaaaaaaaaaaaaaaaaaaaaaaa'
$asocApiKeySecret='aaaaaaaaaaaaaaaaaaaaaaaaa'
$presenceId='aaaaaaaaaaaaaaaaaaaaaaaaa'
$aseHostname='aaaaaaaaaaaaaaaaaaaaaaaaa'
$aseApiKeyId='aaaaaaaaaaaaaaaaaaaaaaaaa'
$aseApiKeySecret='aaaaaaaaaaaaaaaaaaaaaaaaa'
3 - Execute .\startWebHookProxy.ps1.

About

Get each scan result from ASOC and import to ASE.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published