Skip to content

Commit

Permalink
Fix NSGRulePortAccessRestricted crashing on a terraform dynamic block (
Browse files Browse the repository at this point in the history
…#489)

* Fix NSGRulePortAccessRestricted crashing on a terraform dynamic block

See issue: #488

* More appropriate return code

* One more try...

Looking at the rest of the code, seems CheckResult.UNKNOWN is probably more suitable.

* Reduced scope

Co-authored-by: David Nicoll <[email protected]>
  • Loading branch information
2 people authored and actions-user committed Aug 19, 2020
1 parent ce003bf commit 153209e
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 = '1.0.488'
version = '1.0.489'
2 changes: 1 addition & 1 deletion kubernetes/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
checkov==1.0.488
checkov==1.0.489

0 comments on commit 153209e

Please sign in to comment.