From 1b0da4048bd74c3187b406dfd670ffc5df93c6db Mon Sep 17 00:00:00 2001 From: Tobias Genannt Date: Wed, 3 Sep 2025 07:59:56 +0200 Subject: [PATCH] Disable Trivy for now --- .github/workflows/push.yml | 1 + VERSION | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index e5aaf69..73b6a9c 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -40,6 +40,7 @@ jobs: VALIDATE_DOCKERFILE: false VALIDATE_GITLEAKS: false VALIDATE_JSCPD: false + VALIDATE_TRIVY: false FILTER_REGEX_EXCLUDE: (.*/)?(LICENSE|configuration/.*) EDITORCONFIG_FILE_NAME: .editorconfig-checker.json DOCKERFILE_HADOLINT_FILE_NAME: .hadolint.yaml diff --git a/VERSION b/VERSION index 1809198..fbcbf73 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.4.0 +3.4.0 \ No newline at end of file