From 5a737961e902833d1c976f6ccff789d97dcf428f Mon Sep 17 00:00:00 2001 From: Marc Rohlfs Date: Thu, 7 Nov 2024 13:51:51 +0100 Subject: [PATCH] [COMHUB-364] Changed pkg types config in trivy.yml The new package type configuration has been changed again without grace period, causing our image scans to report OS-level, although it was switched off. --- .github/workflows/config/trivy.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/config/trivy.yml b/.github/workflows/config/trivy.yml index 9c6d5d9..3572167 100644 --- a/.github/workflows/config/trivy.yml +++ b/.github/workflows/config/trivy.yml @@ -13,5 +13,6 @@ scan: - /coremedia/prometheus/jmx_prometheus_javaagent.jar - /usr/bin/confd -pkg-types: - - library +pkg: + types: + - library