github bridgecrewio/checkov 1.0.862

latest releases: 3.2.256, 3.2.255, 3.2.254...
3 years ago

The check for Storage Account naming rules produced a false positive (#1018)

  • The check for Storage Account naming rules produced a false positive
    re.match returns an object or None so we have to check if the object is not None

  • Replace re.match with re.findall

Co-authored-by: Felix Leber felix.leber@diconium.com

Don't miss a new checkov release

NewReleases is sending notifications on new releases.