CatchIT icon indicating copy to clipboard operation
CatchIT copied to clipboard

Source code secret scanner

Results 5 CatchIT issues
Sort by recently updated
recently updated
newest added

Created a docker image for catchIt, where the folder to be scanned is passed as an argument to the docker container. Example: `docker run ` . After review, I can...

Resolution to PR #8 Testing was done manually.

#!/bin/bash grep -**E**nroI $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

Extend the test cases to cover all potential use-cases and test all sections of the code. Feel free to work on this, over multiple PRs.

## Feature Request Create a docker image for the project, which will enable developers to build the image and implement CatchIT in their environments.