Jobs track the execution of background tasks across the platform. Every scan, validation, and sync operation creates a job you can monitor from the Jobs view.Documentation Index
Fetch the complete documentation index at: https://docs.ghostsecurity.ai/llms.txt
Use this file to discover all available pages before exploring further.
Job types
| Type | Description |
|---|---|
| Code scan | Runs the Exorcist analysis engine against a project |
| Finding validation | Re-validates existing findings against updated criteria |
| Package analysis | Scans lockfiles for vulnerable dependencies |
| Secret detection | Scans repository contents for leaked credentials |
| Project rescan | Triggers a fresh scan of a project |
| Context sync | Synchronizes project context and metadata |
Status
Each job moves through the following statuses:| Status | Description |
|---|---|
| Pending | Queued and waiting to run |
| Running | Currently executing |
| Completed | Finished successfully |
| Failed | Did not complete |