Sergei Ivanov
Sergei Ivanov
## Problem As a nitpick user, I would like to be able to ignore some deviations from the common style. We are using a common in-house nitpick style, but some...
**Describe the bug** It seems that statistics are output in the same plain text format regardless of format setting. **To Reproduce** ``` $ tfsec --format markdown --soft-fail --no-module-downloads --run-statistics +---------------------------+--------------------------------+-----------------------------------------------------------------+-------+...
**Is your feature request related to a problem? Please describe.** There is a chance of obsolete `tfsec:ignore` annotations accumulating in the source files. This could be because the problem was...
`tflint --help` says: ``` Usage: tflint [OPTIONS] [FILE or DIR...] ``` ...and I assumed that if I pass a directory to it, that directory will be considered root for scanning....
At the moment, severity is an immutable property of each check. In my configuration I would like to elevate it for some checks and suppress for the others. I looked...
## Suggestion Add explicit ignores to goreleaser config for the following flavours. ```yaml ignore: - goos: darwin goarch: '386' - goos: darwin goarch: 'arm' - goos: freebsd goarch: 'arm64' -...
### Terraform Version Terraform v0.11.8 ### Affected Resource(s) - data.dns_a_record_set - data.dns_aaaa_record_set - data.dns_cname_record_set ### Terraform Configuration Files ```hcl data "dns_a_record_set" "example" { host = "example.com" } resource "google_monitoring_alert_policy" "example"...
..., rename source is not added to the set of files for commit operation anymore This is an actualisation of the original Darryl L. Miles's patch from [SCM-706](https://issues.apache.org/jira/browse/SCM-706). All tests...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...