cfn-lint-action
cfn-lint-action copied to clipboard
GitHub Action for interacting with CloudFormation Linter
**Is your feature request related to a problem? Please describe.** We're creating SARIF output with cfn-lint, and that was [broken in some case until their 0.61 release](https://github.com/aws-cloudformation/cfn-lint/releases/tag/v0.61.0). We had a...
Keen to understand what people want when it comes to consuming this action within their workflows. I have started a discussion around possible features that **could** be included within this...
**Describe the bug** Using ``-g`` flag to generate DOT model gives missing pydot pygraphviz ERROR, although installed **To Reproduce** ```yml name: Lint CloudFormation Templates on: push: branches: - main jobs:...
Hi, I'm trying to implement this with the additional [Serverless Rules](https://awslabs.github.io/serverless-rules/cfn-lint/) module but it doesn't work. It fails with the following error... `2023-03-28 14:49:11,320 - cfnlint - ERROR - Tried...