From 3bf899eaf8159d6668608c81fdec887fe8415d38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= <1005065+DeepDiver1975@users.noreply.github.com> Date: Thu, 2 Apr 2026 19:55:29 +0200 Subject: [PATCH] fix: use php7.4 for oc10.16.1 image --- .github/workflows/main.yml | 2 +- .trivyignore | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4399720..09d8ed5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,7 +35,7 @@ jobs: base: v24.04 - version: 10.16.1 tarball: https://download.owncloud.com/server/stable/owncloud-complete-20260218.tar.bz2 - base: v24.04 + base: v22.04 - version: 10.15.3 tarball: https://download.owncloud.com/server/stable/owncloud-complete-20250703.tar.bz2 base: v22.04 diff --git a/.trivyignore b/.trivyignore index 06aa487..344670f 100644 --- a/.trivyignore +++ b/.trivyignore @@ -1,5 +1,12 @@ # vulnerability is affecting windows only + CVE-2024-51736 # only RSA keys are affected - we are using HS256 in wopi and files_texteditor + CVE-2025-45769 + +# will be fixed with oc 10.16.2 and 11.0.0 + +CVE-2026-32935 +GHSA-27qh-8cxx-2cr5