finos / CatchIT

Source code secret scanner
Apache License 2.0
54 stars 24 forks source link

def check_operating_system(): is never used #7

Closed juggernauthk108 closed 2 years ago

juggernauthk108 commented 2 years ago

def check_operating_system(): should be called in the main() before stating the grep. Also, the code does not check for git.exe on windows machine

anirudddd commented 2 years ago

hello @juggernauthk108 thanks for pointing this out! Would you like to work on this and submit a PR?

anirudddd commented 2 years ago

PR #9 resolves this, thanks for raising this!