OpenText
WebInspect Container Scanning integration
This CLI is able to sync asset, scans and vulnerabilities from a folder containing WebInspect files.
opentext
- Import a folder of OpenText WebInspect files and sync assets, vulnerabilities and scans to RegScale.
WebInspect Processing Workflow
The CLI will process each WebInspect file and load assets, vulnerabilities and scans to RegScale.
import_file
Import WebInspect scans and assets to RegScale
Required parameters
-
regscale_ssp_id
The ID number from RegScale of the System Security Plan, required. -
folder_path
The full folder path where the WebInspect XML files are located.
Additional Information:
The CLI provides detailed logging throughout the process to indicate progress and to provide troubleshooting in case of issues.
Example Commands
Import WebInspect scans to SSP #16 in RegScale using the files located in the scans folder.
regscale opentext import_file --regscale_ssp_id 16 --folder_path /path/to/scans
NOTE: See All Scanner Integrations for information about how this updates Issues/POAMs
Updated 1 day ago