Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 881 Bytes

security.md

File metadata and controls

33 lines (18 loc) · 881 Bytes

Security testing

Why

When our application gets deployed through our Continuous Delivery pipeline, we want to know that our code is secure, and does not have vulnerable packages installed, so that we don't get owned.

What

Build continuous security into our delivery pipeline, so that we monitor our applications for defects and known vulnerabilities, constantly!

How

Node Security Platform

Our starter kits ship out of the box with nsp to scan the package.json for any known vulnerabilities. Our pipeline will fail if any are found.

TwistLock

TODO

Clair

TODO

Who

@delivery @security

References