Skip to content

Commit 7d5c1be

Browse files
committed
feat: add scam and malicious tags to URLscan submission
1 parent 16f0e04 commit 7d5c1be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-db.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
response=$(curl -s -X POST "$API_URL" \
131131
-H "Content-Type: application/json" \
132132
-H "API-Key: $API_KEY" \
133-
-d "{\"url\": \"$url\", \"visibility\": \"public\"}")
133+
-d "{\"url\": \"$url\", \"visibility\": \"public\", \"tags\": [\"scam\", \"malicious\"]}")
134134
135135
uuid=$(echo $response | jq -r '.uuid // empty')
136136

0 commit comments

Comments
 (0)