2021-07-31 20:48:30 +05:30
|
|
|
version: 1
|
|
|
|
|
|
|
|
|
|
validators:
|
|
|
|
|
# Cloudflare protection, so returns 503 if not in browser. Cannot curl as well.
|
|
|
|
|
- regex: 'wise\.com'
|
|
|
|
|
type: "ignore"
|
|
|
|
|
# Adopters example link.
|
|
|
|
|
- regex: "our-link"
|
|
|
|
|
type: "ignore"
|
|
|
|
|
# 301 errors even when curl-ed.
|
|
|
|
|
- regex: "envoyproxy"
|
|
|
|
|
type: "ignore"
|
|
|
|
|
# Ignore release links.
|
|
|
|
|
- regex: 'https:\/\/github\.com\/prometheus-operator\/prometheus-operator\/releases'
|
|
|
|
|
type: "ignore"
|
2021-11-09 13:48:54 +01:00
|
|
|
# Ignore GitHub container packages link as it returns 404 in curl, but works in browser
|
|
|
|
|
- regex: 'https://github.com/prometheus-operator/prometheus-operator/pkgs/container/prometheus-operator'
|
|
|
|
|
type: "ignore"
|