Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upFeature request: Exclude rules via CLI arguments #78
Labels
Comments
|
I agree with @kmcquade . It would be also helpful if we can explicitly exclude rules from a tfsec file (let's say In my use case, I have 50+ Terraform modules re-using one CI Pipeline code. I have some modules that need to have a fully open ingress rule and others don't. So, excluding this rule only in some Terraform Modules using a Thank you |
|
Also could be added the option to ignore some files or folders. |
|
Yes please... we need to be able to exclude specific rules by argument when using the python pre-commit framework.
etc. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, great project. I'd like to make a request. Right now, to exclude rules, you have to modify the code to "a comment containing
tfsec:ignore:<RULE>to the offending line in your templates", per the README. It would be very useful if we could do this via CLI args as well, for assessment purposes.