Island: Fix mypy issues in cred_exploit.py

This commit is contained in:
Kekoa Kaaikala 2022-09-21 18:22:20 +00:00
parent 22b12080b6
commit 85dbda8ba9
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ class ExploiterReportInfo:
ip_address: str
type: str
username: Union[str, None] = None
credential_type: Union[CredentialType, None] = None
credential_type: Union[str, None] = None
ssh_key: Union[str, None] = None
password: Union[str, None] = None
port: Union[str, None] = None