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 /apps | |
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 'apps')
-rw-r--r-- | apps/updatenotification/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/updatenotification/Makefile b/apps/updatenotification/Makefile index 11c4eec98dd..ca810f6aa5a 100644 --- a/apps/updatenotification/Makefile +++ b/apps/updatenotification/Makefile @@ -44,6 +44,7 @@ package: clean build-js-production --exclude=/CONTRIBUTING.md \ --exclude=/issue_template.md \ --exclude=/README.md \ + --exclude=/SECURITY.md \ --exclude=/.gitignore \ --exclude=/.scrutinizer.yml \ --exclude=/.travis.yml \ |