aboutsummaryrefslogtreecommitdiffstats
path: root/app/utils/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/utils/constants.py')
-rw-r--r--app/utils/constants.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/utils/constants.py b/app/utils/constants.py
index 7aa0343..44850b3 100644
--- a/app/utils/constants.py
+++ b/app/utils/constants.py
@@ -22,6 +22,7 @@ class ScanStatus(StringEnum):
PENDING = "pending"
RUNNING = "running"
COMPLETED = "completed"
+ COMPLETED_WITH_ERRORS = "completed_with_errors"
FAILED = "failed"