link-checker: add ignored sites

This commit is contained in:
Malte Poll 2024-05-22 10:56:04 +02:00
parent f57698ac3f
commit 8181582450

View File

@ -33,6 +33,10 @@ exclude = [
'^https://portal\.azure\.com/', '^https://portal\.azure\.com/',
# The Wireguard website sproadically returns 500. # The Wireguard website sproadically returns 500.
'^https://www\.wireguard\.com/', '^https://www\.wireguard\.com/',
# venturebeat detects our link checker
'^https://venturebeat\.com/',
# dev-docs reference the internal wiki
'^https://github\.com/edgelesssys/wiki',
] ]
# Exclude these filesystem paths from getting checked. # Exclude these filesystem paths from getting checked.