CatchIT icon indicating copy to clipboard operation
CatchIT copied to clipboard

using -E option in grep_tunnel.sh will yield better results

Open juggernauthk108 opened this issue 4 years ago • 1 comments

#!/bin/bash grep -EnroI $4--exclude-dir=.git --exclude-dir=.svn --exclude-dir=node_modules --exclude-dir=venv --exclude='regexs.json' "$1" $2 | grep -ivE -f $3

Using egrep or grep -E yields better secret scanning

juggernauthk108 avatar Dec 01 '21 15:12 juggernauthk108

Hello @juggernauthk108, can I raise a PR to resolve this issue, its a pretty simple fix and seems no one has done it yet. Thanks

Elvis0110 avatar Apr 24 '23 09:04 Elvis0110