From e6c3a3eedea63799f69414ece9068d49a568a169 Mon Sep 17 00:00:00 2001 From: "Kornev, Nikita" Date: Mon, 2 Feb 2026 12:45:37 +0100 Subject: [PATCH] [CI] Update trivyignore file Check names were changed, updating accordingly. --- devops/.trivyignore.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devops/.trivyignore.yaml b/devops/.trivyignore.yaml index f942ef6ba2a9d..56aac01055d72 100644 --- a/devops/.trivyignore.yaml +++ b/devops/.trivyignore.yaml @@ -1,5 +1,5 @@ misconfigurations: - - id: AVD-DS-0001 + - id: DS-0001 statement: "We use our own containers, no uncontrolled behavior is expected when the image is updated" - - id: AVD-DS-0026 + - id: DS-0026 statement: "Our containers do not provide running services, but only preinstalled tools, there is not much value in adding HEALTHCHECK directives"