-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
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
feat: add cfn-lint #8
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see that a good number of titles are in title-case. We use sentence-case for titles. Can you please take care of them?
Also, add a test for cfn lint's sarif file to make sure our sarif-parser works properly with this.
Ref: https://github.com/DeepSourceCorp/community-analyzers/tree/master/tests
analyzers/cfn-lint/.deepsource/analyzer/issues/CFLIN-E0002.toml
Outdated
Show resolved
Hide resolved
analyzers/cfn-lint/.deepsource/analyzer/issues/CFLIN-W8001.toml
Outdated
Show resolved
Hide resolved
analyzers/cfn-lint/.deepsource/analyzer/issues/CFLIN-W8003.toml
Outdated
Show resolved
Hide resolved
Co-authored-by: Srijan Saurav <68371686+srijan-deepsource@users.noreply.github.com> Signed-off-by: Vishnu Jayadevan <68588475+vishnu-deepsource@users.noreply.github.com>
Changes: - Add end to end parsing test - Fix assets being copied in the Dockerfile - Explicitly log the info passed to sentry.raise_info - Add instruction about adding fixture for parsing test in readme - Change workdir - fix dependencies installation in the image
Changes: - Check the artifact result's hash before parsing. Ignore the artifact if the hash is same. - Raise sentry info alerts for unsanitised issues - fix type hints - add missing tests
Armory is an in-house github action to validate the Analyzer directories and issues. It highlights the issues in the PRs that can lead to unexpected behaviours during analyzer syncs. --------- Signed-off-by: Srijan Saurav <68371686+srijan-deepsource@users.noreply.github.com>
Slither: https://github.com/crytic/slither --------- Co-authored-by: Srijan Saurav <68371686+srijan-deepsource@users.noreply.github.com>
Co-authored-by: Eshaan Bansal <eshaan@deepsource.io> Signed-off-by: Vishnu Jayadevan <68588475+vishnu-deepsource@users.noreply.github.com>
Can you add an entry for cfn-lint in the README.md as well? |
No description provided.