Skip to content

Commit

Permalink
feat(secrets): Add Terraform multiline secrets handling (bridgecrewio…
Browse files Browse the repository at this point in the history
…#3907)

* add multiline secret support in Terraform

* support jsonencode and heredoc and ignore data blocks

* fix PR comments

* create a dedicated single line parser class

* add buildx step to build the image on self-hosted runners
  • Loading branch information
gruebel authored and actions-user committed Nov 22, 2022
1 parent 2ee3c09 commit abe76c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion admissioncontroller/checkov-requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
checkov==2.2.83
checkov==2.2.84
2 changes: 1 addition & 1 deletion checkov/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '2.2.83'
version = '2.2.84'
2 changes: 1 addition & 1 deletion kubernetes/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
checkov==2.2.83
checkov==2.2.84

0 comments on commit abe76c2

Please sign in to comment.