Skip to content

Commit

Permalink
fix(kubernetes): handled missing field secretKeyRef in template (brid…
Browse files Browse the repository at this point in the history
…gecrewio#3639)

* handled missing field secretKeyRef in template

* Update checkov/kubernetes/checks/resource/k8s/Secrets.py

Co-authored-by: Anton Grübel <[email protected]>

Co-authored-by: Anton Grübel <[email protected]>
  • Loading branch information
2 people authored and schosterbarak committed Oct 11, 2022
1 parent c404ae4 commit f3cbdc2
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.1.263
checkov==2.1.264
2 changes: 1 addition & 1 deletion checkov/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '2.1.263'
version = '2.1.264'
2 changes: 1 addition & 1 deletion kubernetes/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
checkov==2.1.263
checkov==2.1.264

0 comments on commit f3cbdc2

Please sign in to comment.