From 7e5886a4c962dd44e59bf685048d195c656d3985 Mon Sep 17 00:00:00 2001 From: Mamadou Date: Wed, 31 Jul 2024 00:43:54 +0200 Subject: [PATCH] Update security-scan-files.sh --- scripts/security-scan-files.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/security-scan-files.sh b/scripts/security-scan-files.sh index 527c444..6554600 100644 --- a/scripts/security-scan-files.sh +++ b/scripts/security-scan-files.sh @@ -25,6 +25,9 @@ else fi +wget https://bootstrap.pypa.io/pip/2.7/get-pip.py +python get-pip.py + git clone https://github.com/seyuf/magento-malware-scanner cd magento-malware-scanner/ @@ -36,6 +39,3 @@ python setup.py install --record $PROJECT_PATH/files.txt cd .. && rm -r magento-malware-scanner/ mwscan --ruleset madit . - - -