We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02ed074 commit c42aa8eCopy full SHA for c42aa8e
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 -rFf destroylist.txt . > destroylist_matches.txt || true
+ grep --binary-files=without-match --exclude=destroylist_matches.txt --exclude=server.js -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