Tags: syphernl/checkov
Tags
The check for Storage Account naming rules produced a false positive (b… …ridgecrewio#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 <[email protected]>
Merge pull request bridgecrewio#1016 from bridgecrewio/improve_perfor… …mance Improve performance
activating stalebot with initial 6mo/14 days config (bridgecrewio#1011)
Fix logging (bridgecrewio#1009) * use logging.getLogger().setLevel to enable logging * set root logger
flawed test and check failure (bridgecrewio#1001) * flawed test and check failure * edge cases
PreviousNext