Skip to content

Commit

Permalink
feat(general): add AI_AND_ML to CheckCategories (#6423)
Browse files Browse the repository at this point in the history
add AI_AND_ML to CheckCategories
  • Loading branch information
lirshindalman committed Jun 10, 2024
1 parent 0197bfc commit 9c36ed5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions checkov/common/models/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class CheckCategories(Enum):
SUPPLY_CHAIN = 11
API_SECURITY = 12
SAST = 13
AI_AND_ML = 14


class OutputFormat(Enum):
Expand Down

0 comments on commit 9c36ed5

Please sign in to comment.