Viewing Pipeline Scan Findings with the REST API
Use this command to obtain findings from a Pipeline Scan:
http --auth-type=veracode_hmac GET "https://api.veracode.com/pipeline_scan/v1/scans/{scan_id}/findings"
Obtain the scan_id
from the response of the POST to the /scans
endpoint as described in Configuring a Pipeline Scan with the REST API.