Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 4 additions & 1 deletion .trivyignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading