diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 000000000..67741f015 --- /dev/null +++ b/SECURITY.md @@ -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/ diff --git a/scripts/sync_repo_files.sh b/scripts/sync_repo_files.sh index 560ad812b..0077e58d3 100755 --- a/scripts/sync_repo_files.sh +++ b/scripts/sync_repo_files.sh @@ -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