Switch to broader matching
This commit is contained in:
parent
805271a93d
commit
b684f4cc97
@ -5,7 +5,7 @@ found_js=false
|
||||
for file in *.svg; do
|
||||
[ -f "$file" ] || continue
|
||||
|
||||
if grep -i -E '<script' "$file" > /dev/null; then
|
||||
if grep -i -E 'script' "$file" > /dev/null; then
|
||||
echo "Javascript found in: $file"
|
||||
found_js=true
|
||||
fi
|
||||
|
||||
Loading…
Reference in New Issue
Block a user