Don't just bindly use latest tag of any Docker image: e.g. the node:latest image has >600 packages installed with ~80 H & C CVEs. I bet you don't need all of those packages in your production environment. Choose your base image tag wisely. dso.atomist.com/images/node/…
Your base container images can bring in unexpected vulnerabilities, which can differ hugely between versions of the same image. Free resource using Atomist's vulnerability database to help see whether you're on the safest image you can be: dso.atomist.com/explore@atomist
A #docker base image used to be a black box. By indexing all packages/CVEs of an image, grouping them by layers and linking to the Dockerfile line that produced a layer, I gained a much better understanding of what we run in production. #DevSecOpsdso.atomist.com/images/nginx…
If you're running these containers, you're likely at risk due to the log4j zero-day. More details - us-east1-atomist-skill-produ…
At Atomist we're monitoring public images for vulnerabilities. We'll open up this feature next week.
I’d love to hear about your DevSecOps journey and share some ideas on a new approach we’re working on at @atomist. We'll donate $50 to a charity in appreciation for your time. Looking forward to chatting with you! forms.gle/GMwAD51v7UeqfMxZ9
Run depcheck from @rumpl as an @atomist skill to keep your #npm dependencies in check and receive PRs to fix issues.go.atomist.com/catalog/skill… - I absolutely love those every day helpers that make my dev life easier!
Often we want to apply consistent behavior to many repositories instead of editing CI files one by one. This is easy with Atomist skills. Take keeping license headers up to date everywhere they're needed. Eliminate drudgery and get it right every time. go.atomist.com/catalog/skill…
Using slash commands like /pr right from a git commit to automate creating a PR (which you were gonna do manually on @github afterward anyway) 🙇 @slimslenders
The easiest way to keep on top of npm vulnerabilities in your projects — just turn on npm audit support and get @github checks, changes as commits or a PR if you like. go.atomist.com/catalog/skill…