A Kubernetes Deployment that continuously watches ingresses for problems via Googles Safebrowsing API and exposes this information as Prometheus metrics.
# start local kind cluster
make test-deps
# run tests
make test
google_safebrowsing_threat_matches
: Gauge that is either0
or1
if there was a threat found
domain
: The domain that has been checked
TODO