SecretScanningHistory
Lists secret scanning scans by type for the repository.
View-Specific Information
Select
The 本製品 processes all filters client-side within the 本製品. The following query is the only one processed server-side:
SELECT * FROM [SecretScanningHistory]
Columns
| Name | Type | References | OrderBySupport | Description |
| ScanCategory | String | The category of scan. | ||
| Type | String | The type of scan. | ||
| Status | String | The state of the scan. | ||
| StartedAt | Datetime | The time that the scan was started (empty if scan is pending). | ||
| CompletedAt | Datetime | The time that the scan was completed (empty if scan is running or pending). | ||
| PatternSlug | String | The slug of the custom pattern (only for custom pattern backfill scans). | ||
| PatternScope | String | The scope of the custom pattern (only for custom pattern backfill scans). |