Skip to content

Commit a02c9df

Browse files
committed
[client] Add CVE contract output type
1 parent ab1befc commit a02c9df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyobas/contracts/contract_config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ class ContractOutputType(str, Enum):
3939
PortsScan: str = "portscan"
4040
IPv4: str = "ipv4"
4141
IPv6: str = "ipv6"
42+
CVE: str = "cve"
4243

4344

4445
class ExpectationType(str, Enum):

0 commit comments

Comments
 (0)