Secret Scanning Scan
| action | Description | Sample | Rule |
|---|---|---|---|
| secret_ | A secret scanning scan has completed on this repository. | Y | N |
secret_scanning_scan.completed
#Description
A secret scanning scan has completed on this repository.
Documented on GitHub's enterprise audit log reference.Example Audit Log Entry #
{
"org_id": 9000008,
"repo_id": 9000406,
"created_at": 1784938360251.0,
"business_id": 9000005,
"public_repo": true,
"org": "example-org",
"repo": "user/example-repo",
"type": "pattern-version-backfill",
"action": "secret_scanning_scan.completed",
"source": "git",
"business": "example-business",
"started_at": "2026-07-24T16:56:16.000-07:00",
"completed_at": "2026-07-24T16:56:27.000-07:00",
"secret_types": [],
"operation_type": "modify"
}
References #