An open API service indexing awesome lists of open source software.

https://github.com/hcl-tech-software/automation-import-scan-issues-asoc-ase

Get each scan result from ASOC and import to ASE.
https://github.com/hcl-tech-software/automation-import-scan-issues-asoc-ase

appscan appscan-enterprise

Last synced: 7 months ago
JSON representation

Get each scan result from ASOC and import to ASE.

Awesome Lists containing this project

README

          

## Automation Import Scan Issues from ASOC to ASE

![image](https://user-images.githubusercontent.com/69405400/183989000-647f4ad5-d1d8-4c5e-bd46-4dec0dfc7527.png)

## 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.