diff options
author | Ruben Barkow <github@r.z11.de> | 2019-12-22 21:21:18 +0100 |
---|---|---|
committer | Ruben Barkow-Kuder <github@r.z11.de> | 2020-01-21 16:25:52 +0100 |
commit | be506f7b29ada84def6616909433a680411a58a5 (patch) | |
tree | 5a5b3b1d3710581960c2b391635e7ad755630990 /build | |
parent | 1c8730df1296f12417843af154cca41d89f27f67 (diff) | |
download | nextcloud-server-be506f7b29ada84def6616909433a680411a58a5.tar.gz nextcloud-server-be506f7b29ada84def6616909433a680411a58a5.zip |
Set up a security policy
Signed-off-by: Ruben Barkow-Kuder <github@r.z11.de>
Diffstat (limited to 'build')
-rw-r--r-- | build/files-checker.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/files-checker.php b/build/files-checker.php index 27604a07e30..34533698163 100644 --- a/build/files-checker.php +++ b/build/files-checker.php @@ -73,6 +73,7 @@ $expectedFiles = [ 'remote.php', 'resources', 'robots.txt', + 'SECURITY.md', 'status.php', 'tests', 'themes', |