Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

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

Open
juggernauthk108 opened this issue Dec 1, 2021 · 1 comment
Open

Comments

@juggernauthk108
Copy link

#!/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

@Elvis0110
Copy link

Elvis0110 commented Apr 24, 2023

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants