docs: set v6 release date (#168)

This commit is contained in:
Stefan Rotsch
2023-02-23 10:47:58 +01:00
committed by GitHub
parent 94f368249e
commit 3288d65beb
28 changed files with 0 additions and 0 deletions

15
radar/2023-02-23/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.