docs: update resources with docker security guidelines for building Node.js images (#1042)

* docs: update resources with docker security guidelines for building Node.js images

Adding a new resource to the security learning section: `10 best practices to containerize Node.js web applications with Docker` which has been acknowledged by OWASP and other Docker community champions

* docs: link to snyk.io's blog on containerizing Node.js docker images best practices
This commit is contained in:
Liran Tal 2023-01-04 11:58:52 +02:00 committed by GitHub
parent 97a926586a
commit 4bba32b069
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -788,6 +788,7 @@ Services to securely store your Docker images.
- [Ten Docker Image Security Best Practices Cheat Sheet](https://snyk.io/blog/10-docker-image-security-best-practices/)
- [Top ten most popular docker images each contain at least 30 vulnerabilities](https://snyk.io/blog/top-ten-most-popular-docker-images-each-contain-at-least-30-vulnerabilities/)
- [Tuning Docker with the newest security enhancements](https://opensource.com/business/15/3/docker-security-tuning)
- [10 best practices to containerize Node.js web applications with Docker](https://snyk.io/blog/10-best-practices-to-containerize-nodejs-web-applications-with-docker/)
## Videos