Nev Stokes
Nev Stokes
I'm currently working around this in the `prepare-commit-msg` hook by using a regex along the lines of the following to check the format of any existing basic commit message, which...
@glensc Thanks, nice catch. I've updated my response. Although maybe not strictly necessary in this case as `$file` will be `.git/COMMIT_EDITMSG` ?
Thanks @dmwelch, that's great to hear! My regex is very much a quick and dirty stop-gap solution for me.
Doing this in a per-project rules file could also give developers the ability to add suppressions themselves but by having the file added to CODEOWNERS you could still implement security...
It seems odd that https://github.com/hashicorp/terraform-provider-aws/pull/36993 was merged months ago and this is still open.
I hope everything is okay with @carlpett but, going from GitHub activity, he seems to be inactive. At what point does someone fork this provider so that this long-awaited functionality...
Using this in conjunction with the new write-only resource attributes landing in Terraform 1.11 will be great for keeping sensitive information out of the state file.
> Looks like [#140](https://github.com/carlpett/terraform-provider-sops/pull/140) tries to fix this Is this any closer to being merged in?
Some `hash_hmac` functionality would be great. - https://pkg.go.dev/crypto/hmac
Also, pretty niche I guess, but a `crc32` function would also be much appreciated! - https://pkg.go.dev/hash/crc32