Malte Polley
Results
2
issues of
Malte Polley
cfn-lint 0.54.2 *Description of issue.* We are using cfn-lint as preventive control within *AWS CodeBuild* and *GitLab*. We would like to collect the linting results via junit. This is possible...
Hey guys, thank you for your efforts. I used the policy_validation plugin in the following way on a arm-based EC2 (t4g.medium): ```python3 # app.py app = App( policy_validation_beta1=[ cfn_guard.CfnGuardValidator(control_tower_rules_enabled=True) ]...