We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 124ecfa commit f860dbeCopy full SHA for f860dbe
1 file changed
.github/workflows/phishdestroy-check.yml
@@ -28,7 +28,7 @@ jobs:
28
29
- name: Extract URLs/domains from deployed site
30
run: |
31
- grep -oE 'https?://[a-zA-Z0-9._~:/?#@!$&\'\(\)\*\+,;=%-]+' deployed_site.html | \
+ grep -oE "https?://[a-zA-Z0-9._~:/?#@!$&'()*,;=%-]+" deployed_site.html | \
32
sed 's|https\?://||' | cut -d'/' -f1 | sort | uniq > referenced_domains.txt
33
34
- name: Scan referenced domains against blocklist
0 commit comments