diff options
author | Joas Schilling <coding@schilljs.com> | 2022-09-16 09:13:45 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2022-09-16 09:13:45 +0200 |
commit | 9eade34385b6b23a9e9d3e4f5885458ca706af62 (patch) | |
tree | 6700189691c1ec4edafe0fa753ad21cbd1edd95a /.github/CODEOWNERS | |
parent | 6bd6f92850a971bc61e5109f192dcfa9ba806255 (diff) | |
download | nextcloud-server-9eade34385b6b23a9e9d3e4f5885458ca706af62.tar.gz nextcloud-server-9eade34385b6b23a9e9d3e4f5885458ca706af62.zip |
Automate CA certificate bundle update
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github/CODEOWNERS')
-rw-r--r-- | .github/CODEOWNERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 587bda28bc1..7b32b340f53 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -15,3 +15,5 @@ /lib/private/Profiler @CarlSchwan /lib/public/Profiler @CarlSchwan +# Security team +resources/config/ca-bundle.crt @ChristophWurst @eneiluj @miaulalala @nickvergessen |