From 9ed078d7c64183db074ab680bb65250fac7053eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lloren=C3=A7?= Date: Wed, 4 Dec 2024 20:14:41 +0100 Subject: [PATCH] Add comment --- scripts/clean-showcase.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/clean-showcase.sh b/scripts/clean-showcase.sh index 72f463fcba..ee568cb178 100755 --- a/scripts/clean-showcase.sh +++ b/scripts/clean-showcase.sh @@ -1,5 +1,10 @@ #!/bin/bash +# The objective of this script is to flag entries to be removed by a human reviewer. +# An entry is flagged if it meets one of the next requirements: +# 1. The `usesInternetIdentity` field is set to `true` and the `website` field is a GitHub URL. +# 2. The website is unreachable (HTTP status code in the 4XX or 5XX range). + # Input JSON file INPUT_FILE="showcase.json"