From 31abff0ae4d5e384aaf37f4b6b60519722760ff1 Mon Sep 17 00:00:00 2001 From: Mathias Moser <71728767+matbmoser@users.noreply.github.com> Date: Mon, 19 Feb 2024 16:53:14 +0100 Subject: [PATCH] chore: updated trivy ignore with reasons for false positives --- .trivyignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.trivyignore b/.trivyignore index f2c5c0db7..a86ce52c3 100644 --- a/.trivyignore +++ b/.trivyignore @@ -22,11 +22,15 @@ ################################################################################# # List of false positives +# False positive related to medium findings CVE-2023-5363 CVE-2023-0464 CVE-2023-44487 CVE-2023-51074 CVE-2023-33201 +# Secret Scanning False Positive in Backend Charts AVD-KSV-0109 + +# Docker False Positives KSV014 KSV117