We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c42aa8e commit 39c1562Copy full SHA for 39c1562
1 file changed
.github/workflows/phishdestroy-check.yml
@@ -14,7 +14,7 @@ jobs:
14
15
- name: Scan source for phishing domains
16
run: |
17
- grep --binary-files=without-match --exclude=destroylist_matches.txt --exclude=server.js -rFf destroylist.txt . > destroylist_matches.txt || true
+ grep --binary-files=without-match --exclude=destroylist_matches.txt --exclude=server.js --exclude-dir=ssl -rFf destroylist.txt . > destroylist_matches.txt || true
18
if [ -s destroylist_matches.txt ]; then
19
echo "Phishing domains found in repo! Showing the first 20 matches:"
20
head -n 20 destroylist_matches.txt
0 commit comments