From 2476bc1dd0bdf2930f01b66e22b2c19dd18aff32 Mon Sep 17 00:00:00 2001 From: Dom Whewell Date: Fri, 3 May 2024 18:02:29 +0100 Subject: [PATCH] change dockerhub from active to passive --- bbot/modules/dockerhub.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbot/modules/dockerhub.py b/bbot/modules/dockerhub.py index 1cf8aafa5..5829e57d9 100644 --- a/bbot/modules/dockerhub.py +++ b/bbot/modules/dockerhub.py @@ -4,7 +4,7 @@ class dockerhub(BaseModule): watched_events = ["SOCIAL", "ORG_STUB"] produced_events = ["SOCIAL", "CODE_REPOSITORY", "URL_UNVERIFIED"] - flags = ["active", "safe"] + flags = ["passive", "safe"] meta = {"description": "Search for docker repositories of discovered orgs/usernames"} site_url = "https://hub.docker.com"