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 153209e commit 1eed6d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HomebrewFormula/checkov.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ class Checkov < Formula

desc "Shiny new formula"
homepage "https://github.com/bridgecrewio/checkov"
url "https://files.pythonhosted.org/packages/4b/bb/0e19d22b26f3618b14a714acd1100babe10223d703ffae458004865f4038/checkov-1.0.488.tar.gz"
sha256 "d0bce6ffb5bfaf0ae14c4fe9a82791d1506dfa04369cf20c5545d0e1373c0c77"
url "https://files.pythonhosted.org/packages/87/64/8cf8d28f5b8039c3b13e3160ab4d1a728fdd9053f460592e357af849b091/checkov-1.0.489.tar.gz"
sha256 "fafa5d98640f8e322307115c79a8b7468e3251dbfc37006b2dfc5578d935e5c3"

depends_on "python3"

Expand Down

0 comments on commit 1eed6d9

Please sign in to comment.