docs: add trivy to tools (#152)

This commit is contained in:
Stefan Rotsch
2023-02-01 10:18:01 +01:00
committed by Bastian
parent 0c6bbad2b3
commit a15653e99d

15
radar/2022-10-12/trivy.md Normal file
View File

@@ -0,0 +1,15 @@
---
title: "Trivy"
ring: adopt
quadrant: tools
tags: [ci/cd,devops,security]
---
[Trivy](https://trivy.dev/) is an open-source vulnerability scanner for containers and other targets. It utilizes
an extensive vulnerability database to scan for CVEs, software dependencies in use and common misconfigurations.
Trivy is lightweight and has no external dependencies, making it suitable for use in CI/CD pipelines. Additionally,
it can support developers by providing actionable remediation advice, making it easier to fix vulnerabilities.
As it has proven to be a good fit for both our needs and into our development pipelines, we strongly recommend to
give it a try in your own projects.