Skip to content

Commit

Permalink
feat(sast): Adding typescript cdk part 6 paz (#6149)
Browse files Browse the repository at this point in the history
* Start adding typescript policies - checkov/cdk/checks/typescript/S3PublicACLRead.yaml

* adding checkov/cdk/checks/typescript/S3RestrictPublicBuckets.yaml

* Adding SNSTopicEncryption

* adding checkov/cdk/checks/typescript/SQSQueueEncryption.yaml

* adding checkov/cdk/checks/typescript/SecretManagerSecretEncrypted.yaml

* adding checkov/cdk/checks/typescript/SecurityGroupRuleDescription.yaml

* checkov/cdk/checks/typescript/TransferServerIsPublic.yaml

* checkov/cdk/checks/typescript/VPCEndpointAcceptanceConfigured.yaml

* checkov/cdk/checks/typescript/WAFEnabled.yaml

* checkov/cdk/checks/typescript/WorkspaceRootVolumeEncrypted.yaml

* Adding last policy

---------

Co-authored-by: pazbechor <pbechor@paloaltonetworks.com>
  • Loading branch information
2 people authored and actions-user committed Apr 8, 2024
1 parent 81ee048 commit 4159c63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion checkov/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '3.2.54'
version = '3.2.55'
2 changes: 1 addition & 1 deletion kubernetes/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
checkov==3.2.54
checkov==3.2.55

0 comments on commit 4159c63

Please sign in to comment.