This use case scenario provides the Applications REST API command for listing applications with a specific policy compliance status.
Use this command to return the list of applications that have a specific policy compliance
status:
http --auth-type=veracode_hmac "https://api.veracode.com/appsec/v1/applications?policy_compliance=<compliance_status>"
The valid policy_compliance values are PASSED, DID_NOT_PASS, and NOT_ASSESSED.