Skip to content

Commit 462487b

Browse files
RomuDeuxfoisguillaumejparis
authored andcommitted
[client] Add CVE contract output type
(cherry picked from commit a02c9df)
1 parent 8a0dbef commit 462487b

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)