From 5966b6738245a056775f3edc6cf524806444ee5c Mon Sep 17 00:00:00 2001 From: Ravi Singal <62086374+ravisingal@users.noreply.github.com> Date: Thu, 10 Oct 2024 21:18:09 +0530 Subject: [PATCH 1/2] chore: fix schema-compatibility cronjob --- helm/templates/schema-compatibility/cronjob.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/templates/schema-compatibility/cronjob.yaml b/helm/templates/schema-compatibility/cronjob.yaml index 8b17f59..c94a381 100644 --- a/helm/templates/schema-compatibility/cronjob.yaml +++ b/helm/templates/schema-compatibility/cronjob.yaml @@ -30,7 +30,7 @@ spec: configMap: name: {{ .Values.schemaCompatibility.name }} containers: - - command: [ "/bin/sh", "-c" ] + - command: [ "/bin/bash", "-ce" ] args: - | finish() { From 1c1bff50b18d7173b012cf762e270f50a4a49e6d Mon Sep 17 00:00:00 2001 From: Ravi Singal Date: Thu, 10 Oct 2024 23:31:55 +0530 Subject: [PATCH 2/2] update trivy ignore file --- .trivyignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.trivyignore b/.trivyignore index aef75a3..3853657 100644 --- a/.trivyignore +++ b/.trivyignore @@ -1,4 +1,8 @@ # com.google.protobuf:protobuf-java CVE-2024-7254 exp:2024-10-31 + # commons-io:commons-io CVE-2024-47554 exp:2024-10-31 + +# org.apache.avro:avro +CVE-2024-47561 exp:2024-10-31