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.
- Host: GitHub
- URL: https://github.com/hcl-tech-software/automation-import-scan-issues-asoc-ase
- Owner: HCL-TECH-SOFTWARE
- License: apache-2.0
- Created: 2023-07-12T17:28:21.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-12T17:45:42.000Z (almost 3 years ago)
- Last Synced: 2025-02-16T23:30:03.342Z (over 1 year ago)
- Topics: appscan, appscan-enterprise
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Automation Import Scan Issues from ASOC to ASE

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