1
0
mirror of https://github.com/coreos/prometheus-operator.git synced 2026-02-05 15:46:31 +01:00

README.md: Add security disclosure section

This commit is contained in:
Max Leonard Inden
2018-07-23 17:28:49 +02:00
parent 4d9a8af878
commit aaa53296cd
2 changed files with 16 additions and 0 deletions

8
OWNERS Normal file
View File

@@ -0,0 +1,8 @@
reviewers:
- brancz
- mxinden
- squat
approvers:
- brancz
- mxinden
- squat

View File

@@ -132,3 +132,11 @@ kubectl delete --ignore-not-found customresourcedefinitions \
1. `minikube start --kubernetes-version=v1.10.0 --memory=4096 --extra-config=apiserver.Authorization.Mode=RBAC`
2. `eval $(minikube docker-env) && make image` - build Prometheus Operator docker image on minikube's docker
3. `make test-e2e`
## Security
If you found a security vulnerability related to the Prometheus Operator, please
do not report it by opening a GitHub issue, but instead please send an e-mail to
the maintainers of the project found in the [OWNERS](OWNERS) file.