Add `helm-secrets` plugin.

This commit is contained in:
fabacab 2021-05-15 18:05:57 -04:00
parent 4193eb20a3
commit 977fde1673
No known key found for this signature in database
GPG Key ID: B0303BF6BA36A560
1 changed files with 1 additions and 0 deletions

View File

@ -150,6 +150,7 @@ See also [awesome-devsecops](https://github.com/devsecops/awesome-devsecops).
- [Trivy](https://github.com/aquasecurity/trivy) - Simple and comprehensive vulnerability scanner for containers and other artifacts, suitable for use in continuous integration pipelines.
- [Vault](https://www.vaultproject.io/) - Tool for securely accessing secrets such as API keys, passwords, or certificates through a unified interface.
- [git-crypt](https://www.agwa.name/projects/git-crypt/) - Transparent file encryption in git; files which you choose to protect are encrypted when committed, and decrypted when checked out.
- [helm-secrets](https://github.com/jkroepke/helm-secrets) - Helm plugin that helps manage secrets with Git workflow and stores them anywhere, backed by SOPS.
### Application or Binary Hardening