From 8c0cb1e88bd0465d64b6998dcbfed3b73c5adf95 Mon Sep 17 00:00:00 2001 From: Manuel Schmid Date: Thu, 1 Jul 2021 18:30:23 +0200 Subject: [PATCH] Add deepfence.io to ignore list in tests deepfence.io has responded with 503 for a long time now, i assume they implemented some kind of IP- or origin block for github --- tests/exclude_in_test.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/exclude_in_test.json b/tests/exclude_in_test.json index 59c877c..da983b9 100644 --- a/tests/exclude_in_test.json +++ b/tests/exclude_in_test.json @@ -3,5 +3,6 @@ "https://travis-ci.org/veggiemonk/awesome-docker.svg", "https://github.com/apps/", "https://cycle.io/", - "https://www.manning.com/" + "https://www.manning.com/", + "https://deepfence.io" ]