Skip to content

Commit ebf59f7

Browse files
Commit via running: make Sources/secret-scanning
1 parent c233c51 commit ebf59f7

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

Sources/secret-scanning/Types.swift

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2785,7 +2785,12 @@ public enum Components {
27852785
///
27862786
/// - Remark: Generated from `#/components/schemas/secret-scanning-scan/type`.
27872787
public var _type: Swift.String?
2788-
/// The state of the scan. Either "completed", "running", or "pending"
2788+
/// The state of the scan. Either "completed", "running", "pending", "failed", or "unknown".
2789+
///
2790+
/// "failed": this scan type has hit its retry limit and has been marked permanently failed.
2791+
/// This usually resolves on its own at the next scheduled scan attempt. If "failed" persists, contact Support.
2792+
///
2793+
/// "unknown": the scan is in an unrecognized or currently unhandled state.
27892794
///
27902795
/// - Remark: Generated from `#/components/schemas/secret-scanning-scan/status`.
27912796
public var status: Swift.String?
@@ -2801,7 +2806,7 @@ public enum Components {
28012806
///
28022807
/// - Parameters:
28032808
/// - _type: The type of scan
2804-
/// - status: The state of the scan. Either "completed", "running", or "pending"
2809+
/// - status: The state of the scan. Either "completed", "running", "pending", "failed", or "unknown".
28052810
/// - completedAt: The time that the scan was completed. Empty if the scan is running
28062811
/// - startedAt: The time that the scan was started. Empty if the scan is pending
28072812
public init(

0 commit comments

Comments
 (0)