From d6688fe4eb2bba85647b52c0899dde71d72f183b Mon Sep 17 00:00:00 2001 From: Balazs Kenez <96087935+bkenez@users.noreply.github.com> Date: Mon, 13 Jan 2025 18:26:02 +0100 Subject: [PATCH] fix: formatting of trivyignore file corrected --- .trivyignore | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.trivyignore b/.trivyignore index 4408093..3260c35 100644 --- a/.trivyignore +++ b/.trivyignore @@ -5,9 +5,13 @@ # See https://avd.aquasec.com/misconfig/avd-aws-0343 # MEDIUM # Attention: It is somehow not possible to ignore this error inline. Trivy will fail with an unlocated error (error without locatable origin) -- AVD-AWS-0343 +AVD-AWS-0343 # Vulnerabilities introduced with trivy 0.57.0 # They will be addressed in camunda/team-infrastructure#645 -- AVD-AWS-0104 -- AVD-AWS-0017 +AVD-AWS-0104 +AVD-AWS-0017 + +# Disable checks for public cluster access +AVD-AWS-0040 +AVD-AWS-0041