From 707f552c2e3977e8c205688163dc472ad7c2def0 Mon Sep 17 00:00:00 2001 From: SennayT Date: Thu, 11 Jun 2026 10:17:17 +0300 Subject: [PATCH] skip checking scan-malware.js --- .github/scripts/scan-malware.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/scripts/scan-malware.js b/.github/scripts/scan-malware.js index 1401cd1e2..4d0b8b052 100644 --- a/.github/scripts/scan-malware.js +++ b/.github/scripts/scan-malware.js @@ -38,6 +38,7 @@ const ALWAYS_SKIP = new Set([ "coverage", ".nyc_output", "__pycache__", + "scan-malware.js", ]); const ENTROPY_THRESHOLD = 5.2; // Shannon bits/char – high = likely encoded payload