Skip to content

Commit

Permalink
feat(terraform): add versioned kubernetes resources to terraform kube…
Browse files Browse the repository at this point in the history
…rnetes checks (1/5) (bridgecrewio#3653)

Add versioned kubernetes resources to terraform kubernetes checks (Part 1/5)
  • Loading branch information
ugrave authored and schosterbarak committed Oct 18, 2022
1 parent fc8787b commit 2adf9c3
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.272
checkov==2.1.273
2 changes: 1 addition & 1 deletion checkov/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '2.1.272'
version = '2.1.273'
2 changes: 1 addition & 1 deletion kubernetes/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
checkov==2.1.272
checkov==2.1.273

0 comments on commit 2adf9c3

Please sign in to comment.