Get a list of application profiles by compliance status with the REST API
Send the following request to return the list of application profiles that have a specific policy compliance status:
http --auth-type=veracode_hmac GET "https://api.veracode.com/appsec/v1/applications?policy_compliance={compliance_status}"
The valid policy_compliance
values are PASSED
, DID_NOT_PASS
, and NOT_ASSESSED
.