Add SECURITY.md file (#8292)

* Add SECURITY.md file

Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
pull/8354/head
Julien Pivotto 4 years ago committed by GitHub
parent 34656bbf8e
commit fd022965c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,6 @@
# Reporting a security issue
The Prometheus security policy, including how to report vulnerabilities, can be
found here:
https://prometheus.io/docs/operating/security/

@ -20,7 +20,7 @@ if [ -z "${GITHUB_TOKEN}" ]; then
fi
# List of files that should be synced.
SYNC_FILES="CODE_OF_CONDUCT.md LICENSE Makefile.common"
SYNC_FILES="CODE_OF_CONDUCT.md LICENSE Makefile.common SECURITY.md"
# Go to the root of the repo
cd "$(git rev-parse --show-cdup)" || exit 1

Loading…
Cancel
Save