You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/secret-scanning/Client.swift
+91Lines changed: 91 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1043,4 +1043,95 @@ public struct Client: APIProtocol {
1043
1043
}
1044
1044
)
1045
1045
}
1046
+
/// Get secret scanning scan history for a repository
1047
+
///
1048
+
/// Lists the latest incremental and backfill scans by type for a repository.
1049
+
///
1050
+
/// OAuth app tokens and personal access tokens (classic) need the `repo` or `security_events` scope to use this endpoint. If this endpoint is only used with public repositories, the token can use the `public_repo` scope instead.
0 commit comments