Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
code category to IMAGED (3d policies TBD)
Browse files Browse the repository at this point in the history
  • Loading branch information
arielkru committed Feb 8, 2023
1 parent 325055c commit 23777d1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions checkov/common/bridgecrew/code_categories.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ class CodeCategoryType:
SECRETS = "SECRETS"
IMAGES = "IMAGES"
SUPPLY_CHAIN = "SUPPLY_CHAIN"
POLICY_3D = "POLICY_3D"


CodeCategoryMapping = {
Expand Down Expand Up @@ -41,7 +40,7 @@ class CodeCategoryType:
CheckType.SERVERLESS: CodeCategoryType.IAC,
CheckType.TERRAFORM: CodeCategoryType.IAC,
CheckType.TERRAFORM_PLAN: CodeCategoryType.IAC,
CheckType.POLICY_3D: CodeCategoryType.POLICY_3D
CheckType.POLICY_3D: CodeCategoryType.IMAGES
}


Expand Down

0 comments on commit 23777d1

Please sign in to comment.