diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 09d8ed5..ac3a2bc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -33,6 +33,9 @@ jobs: - version: 11.0.0-prealpha tarball: https://download.owncloud.com/server/daily/owncloud-daily-master.tar.bz2 base: v24.04 + - version: 10.16.2RC1 + tarball: https://download.owncloud.com/server/testing/owncloud-complete-20260414.tar.bz2 + base: v22.04 - version: 10.16.1 tarball: https://download.owncloud.com/server/stable/owncloud-complete-20260218.tar.bz2 base: v22.04 diff --git a/.trivyignore b/.trivyignore index 344670f..e84084b 100644 --- a/.trivyignore +++ b/.trivyignore @@ -6,7 +6,10 @@ CVE-2024-51736 CVE-2025-45769 -# will be fixed with oc 10.16.2 and 11.0.0 +# will be fixed with oc 10.16.2 and 11.0.0 - TODO: remove once 10.16.2 is out CVE-2026-32935 + +# with php7.4 there is no version available which fixes the following + GHSA-27qh-8cxx-2cr5