-
Notifications
You must be signed in to change notification settings - Fork 212
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
ignore-fatal is ignoring normal errors as well #555
Labels
Comments
Hi @BalmanRawat , thanks for the report. I agree, it looks like this is removing normal failure results as well. I'll see if we can fix this up. |
@BalmanRawat , if you are able, can you try using the proposed fix in #556 and verify that this resolves your issue? |
arothian
pushed a commit
that referenced
this issue
Jun 15, 2021
* Only filter out fatal errors rather than actual violations Fixes #555 * Add tests
Thank you @arothian that works. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
I wanted to ignore non-cloudformation/fatal CloudFormation templates using
--ignore-fatal
but it is ignoring normal errors as well. Am I missing something here or this is the expected behavior. Please find the screenshots below for further contextScreenshots
cfn_nag_scan --input-path service.yaml
cfn_nag_scan --input-path service.yaml --ignore-fatal
The text was updated successfully, but these errors were encountered: