Skip to content

Commit

Permalink
add nestjs secret manager usage example
Browse files Browse the repository at this point in the history
  • Loading branch information
domwebber committed Apr 5, 2024
1 parent 9d3383f commit 1c845e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,13 +153,15 @@ can include: `*id_rsa*`” (Cotton, 2023)[^protecting-docker-secrets]
- [Docker's advice on Security Best Practices][docker-best-practices]
- [Spacelift's Docker Security Best Practices][spacelift-docker-security]
- [OWASP WrongSecrets Repository][owasp-wrongsecrets]
- [NestJS Secret Manager Example][nestjs-secret-manager-example]

[owasp-docker-security]:
https://cheatsheetseries.owasp.org/cheatsheets/Docker_Security_Cheat_Sheet.html
[docker-best-practices]:
https://docs.docker.com/develop/security-best-practices/
[spacelift-docker-security]: https://spacelift.io/blog/docker-security
[owasp-wrongsecrets]: https://github.com/OWASP/wrongsecrets
[nestjs-secret-manager-example]: https://bitbucket.org/nikhil-simform/secret-manager

## Usage

Expand Down

0 comments on commit 1c845e1

Please sign in to comment.