git-proxy
git-proxy copied to clipboard
feat: Sensitive Data Detection in files like (.csv , .xlsx , json)
This PR introduces the checkSensitiveData feature, which enhances the security by scanning files like .csv for vulnerabilities and sensitive information. The implementation includes:
Functionality:
- Created a push-action CheckSensitiveData which take this diff and scan the changed files for Sensitive Information.
- Integrated it push_action chain .
- Implemented a Test file for the push-action and modified the chain test file to make sure it works with feature added.
I think this Functionality Solves the issue #745
you can run the custom test implemented using command npx mocha test/SensitiveData.test.js
@JamieSlome Please review this PR and suggest any changes necessary
Citi Hackathon Team Members Prachit Ingle Psingle20 Shabbir Kaderi shabbirflow Chaitanya Deshmukh ChaitanyaD48