File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -293,9 +293,9 @@ class Info(Enum):
293293 GET_DETECT_RUN_TRIGGERED = f"{ INFO } : [{ error_prefix } ] Get detect run triggered."
294294 VALIDATING_GET_DETECT_RUN_INPUT = f"{ INFO } : [{ error_prefix } ] Validating get detect run input."
295295 GET_DETECT_RUN_REQUEST_RESOLVED = f"{ INFO } : [{ error_prefix } ] Get detect run request is resolved."
296- GET_DETECT_RUN_SUCCESS = f"{ INFO } : [{ error_prefix } ] Get detect run success." # will see for a better message
296+ GET_DETECT_RUN_SUCCESS = f"{ INFO } : [{ error_prefix } ] Get detect run success."
297297
298- DETECT_REQUEST_RESOLVED = f"{ INFO } : [{ error_prefix } ] Detect request is resolved." # Whats this for?
298+ DETECT_REQUEST_RESOLVED = f"{ INFO } : [{ error_prefix } ] Detect request is resolved."
299299
300300 class ErrorLogs (Enum ):
301301 VAULTID_IS_REQUIRED = f"{ ERROR } : [{ error_prefix } ] Invalid vault config. Vault ID is required."
You can’t perform that action at this time.
0 commit comments