diff options
author | Joas Schilling <213943+nickvergessen@users.noreply.github.com> | 2020-02-06 21:24:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-06 21:24:52 +0100 |
commit | e5e612a292b2c22012fae9176e0336755c8feb64 (patch) | |
tree | e3581b90c823f74f42e96d7bf649aed58598fa54 /build | |
parent | 3b14cec76646016942bed2c85182c7f66d5a815c (diff) | |
parent | be506f7b29ada84def6616909433a680411a58a5 (diff) | |
download | nextcloud-server-e5e612a292b2c22012fae9176e0336755c8feb64.tar.gz nextcloud-server-e5e612a292b2c22012fae9176e0336755c8feb64.zip |
Merge pull request #18518 from nextcloud/security-polixy
Set up a security policy
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', |