Skip to content

Commit

Permalink
Exclude raw HELM templates from Kubernetes runner (#2515)
Browse files Browse the repository at this point in the history
* Prevent K8S framework yaml.load tripping on raw HELM template files

* Ensure K8S yaml tests run and add HELM test cases

* HELM sample template files for K8s unittests
  • Loading branch information
Matt Johnson authored and actions-user committed Feb 22, 2022
1 parent b8646ac commit 7854489
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 = '2.0.885'
version = '2.0.886'
2 changes: 1 addition & 1 deletion kubernetes/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
checkov==2.0.885
checkov==2.0.886

0 comments on commit 7854489

Please sign in to comment.