Trigger a Scan
Trigger asynchronous scan of all resources to refresh the current state at Prisma Cloud Code Security. The scan will update resources configured in cloud providers (AWS/Azure/GCP) and IaC resources in the main branch at each version control system (Github/Gitlab/Bitbucket). Please note: A new scan will not be triggered only if there is another running execution.
Responses
- 201
Scan started
- application/json
- Schema
- Example (from schema)
Schema
- isExecuted boolean required
- message string required
{
"isExecuted": true,
"message": "string"
}
Loading...