Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -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/
2 changes: 1 addition & 1 deletion cadvisor/.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
PROMETHEUS_TAG=v2.5.0
CADVISOR_TAG=v0.32.0
CADVISOR_TAG=v0.40.0
REDIS_TAG=5-alpine3.8
2 changes: 1 addition & 1 deletion cadvisor/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
depends_on:
- cadvisor
cadvisor:
image: google/cadvisor:${CADVISOR_TAG}
image: gcr.io/cadvisor/cadvisor:${CADVISOR_TAG}
ports:
- 8080:8080
volumes:
Expand Down