Skip to content

Latest commit

 

History

History
70 lines (41 loc) · 1.57 KB

container-scanning.md

File metadata and controls

70 lines (41 loc) · 1.57 KB

Container Scanning

Scan for known CVEs from online databases.

Open Source

Trivy

https://github.com/aquasecurity/trivy

See Trivy doc.

Grype

https://github.com/anchore/grype

Clair

https://github.com/coreos/clair

Open source static analysis image vulnerability scanner by CoreOS.

Not as good quality, easy to use or reliable in my experience, see this issue

See Clair page.

Proprietary

Aqua Security

https://www.aquasec.com/products/aqua-container-security-platform/

Container security - wraps docker socket to control + kill container launches

Twistlock

https://www.twistlock.com/

Tenable.io

Scanner for docker images (company behind Nessus) - one client's tech hub had this. Scans happened 10-40 mins behind async because it's slow

https://docs.tenable.com/vulnerability-management/Content/ContainerSecurity/CSScanner.htm§

CheckMarx

https://checkmarx.com/resource/documents/en/34965-19110-container-scans.html

Container Scanning on Jenkins

Ported from various private Knowledge Base pages 2018+