Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lmuntaner committed Dec 4, 2024
1 parent 9ef4947 commit 9ed078d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/clean-showcase.sh
Original file line number Diff line number Diff line change
@@ -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"

Expand Down

0 comments on commit 9ed078d

Please sign in to comment.