We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f5b4be commit 2803516Copy full SHA for 2803516
.github/workflows/aws_lint.yml
@@ -35,6 +35,6 @@ jobs:
35
run: |
36
pip install cfn-lint==1.19.0
37
cfn-lint --version
38
- cfn-lint -t aws/logs_monitoring/template.yaml
39
- cfn-lint -t aws/rds_enhanced_monitoring/rds-enhanced-sam-template.yaml
40
- cfn-lint -t aws/vpc_flow_log_monitoring/vpc-flow-log-sam-template.yaml
+ cfn-lint -i E3030 -t aws/logs_monitoring/template.yaml
+ cfn-lint -i E3030 -t aws/rds_enhanced_monitoring/rds-enhanced-sam-template.yaml
+ cfn-lint -i E3030 -t aws/vpc_flow_log_monitoring/vpc-flow-log-sam-template.yaml
0 commit comments