Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
refactor(api): add Timeout Reason to Aborted State
Browse files Browse the repository at this point in the history
  • Loading branch information
adamtagscherer committed Dec 12, 2023
1 parent b75563d commit 84cd9fd
Show file tree
Hide file tree
Showing 3 changed files with 121 additions and 115 deletions.
3 changes: 3 additions & 0 deletions api/models/models.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2459,6 +2459,7 @@ components:
| ReadyToScan | ResourcesReady | Scan is ready to scan as Asset resources have been provisioned |
| InProgress | ScannerIsRunning | Scan is in progress as Scanner is still performing scanning on Asset resources |
| Aborted | Cancellation | Scans have been aborted |
| Aborted | Timeout | Scan has been aborted due to timeout |
| Failed | Error | Scan has failed to one or more errors reported by the Scanner |
| Failed | AbortTimedOut | Scan has failed due to being in Aborted state for too long |
| Done | Success | Scan has finished successfully |
Expand All @@ -2470,6 +2471,7 @@ components:
- ResourcesReady
- ScannerIsRunning
- Cancellation
- Timeout
- Error
- AbortTimedOut
- Success
Expand All @@ -2480,6 +2482,7 @@ components:
- AssetScanStatusReasonResourcesReady
- AssetScanStatusReasonScannerIsRunning
- AssetScanStatusReasonCancellation
- AssetScanStatusReasonTimeout
- AssetScanStatusReasonError
- AssetScanStatusReasonAbortTimedOut
- AssetScanStatusReasonSuccess
Expand Down
Loading

0 comments on commit 84cd9fd

Please sign in to comment.