We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e03de24 commit 1ed6ce4Copy full SHA for 1ed6ce4
vulnebify/models.py
@@ -16,6 +16,7 @@ class GeneratedKey(BaseModel):
16
class ScanStatus(str, Enum):
17
QUEUED = "queued"
18
RUNNING = "running"
19
+ FINALIZING = "finalizing"
20
FINISHED = "finished"
21
CANCELED = "canceled"
22
0 commit comments