We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Re-enable cfn-lint in megalinter config when megalinter has release a new build with the latest cfn-lint.
cfn-lint
No response
The text was updated successfully, but these errors were encountered:
Will happen with v7 that will be released in the following weeks :)
If you are in a hurry, you can already use beta version, that embeds cfn-lint v0.77.5 :) (compared to 0.76.1 in latest MegaLinter 6.22.2)
Another workaround with current version could be to upgrade cfn-lint in a pre-command before it is called
PRE_COMMANDS: - command: pip3 install --no-cache-dir cfn-lint=='0.77.5' venv: cfn-lint
Sorry, something went wrong.
Thanks @nvuillam , appreciate your response here. We'll move to v7 when it's out :-)! For now we are OK as cfn-lint runs in another flow as well.
javydekoning
Successfully merging a pull request may close this issue.
Describe the feature
Re-enable
cfn-lint
in megalinter config when megalinter has release a new build with the latest cfn-lint.Use Case
Re-enable
cfn-lint
in megalinter config when megalinter has release a new build with the latest cfn-lint.Proposed Solution
No response
Acknowledgements
The text was updated successfully, but these errors were encountered: