Ryan Boehning
Ryan Boehning
One possible solution is to move the main development work to a `develop` branch, and occasionally merging releases to `master`. That's what I do for [CSS3](https://packagecontrol.io/packages/CSS3). It helps keep the...
Can this be given a higher priority? We currently have no idea if the issues reported by `gas` are real or worth fixing. See [`staticcheck.io`](https://staticcheck.io/docs/staticcheck) for inspiration, although a GitHub...
I built this and the `linux/amd64` image size goes from 110 MB to 117 MB. That 7 MB buys us a long list of useful commands. However, a lot of...
+1 for this. Requiring that the file be present on the filesystem makes `cloud_sql_proxy` difficult to use with `terraform`. [This code search of GitHub](https://github.com/search?q=filename%3A.tf+cloud_sql_proxy&type=Code) shows that the only way anybody...
The use case is: it's easier to pass the credentials into a container as an env var instead of mounting them as a volume. Look at [all the templating hoops...
I would also like the ability to print to stdout. I'm currently doing this to search for secrets in files, but it's not the same as true `stdout` because I...
A lot has changed since 2020 and I've recently learned more about Cloud SQL auth. I have a better approach now than the one in this repo. I plan to...
UPDATE: I just discovered that you can use env vars in `settings.json`. ```json "checkov.token": "${env:BC_API_KEY}" ``` ~~This seems to work. Maybe the docs should encourage setting the key this way?~~...
This issue does not occur on case-sensitive file systems.