mirror of
https://github.com/prometheus-operator/prometheus-operator.git
synced 2025-04-06 17:14:13 +00:00
README.md: Add security disclosure section
This commit is contained in:
parent
4d9a8af878
commit
aaa53296cd
2 changed files with 16 additions and 0 deletions
8
OWNERS
Normal file
8
OWNERS
Normal file
|
@ -0,0 +1,8 @@
|
|||
reviewers:
|
||||
- brancz
|
||||
- mxinden
|
||||
- squat
|
||||
approvers:
|
||||
- brancz
|
||||
- mxinden
|
||||
- squat
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue