Code Assist MCP for GitHub

Build 26.0.9655

SecretScanningHistory

Lists secret scanning scans by type for the repository.

View-Specific Information

Select

The server processes all filters client-side within the server. 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.

The allowed values are incremental, backfill, pattern_update, custom_pattern_backfill.

Type String The type of scan.
Status String The state of the scan.

The allowed values are completed, running, pending.

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).

The allowed values are enterprise, organization, repository.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655