Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

invalid syntax #2

Open
jaikishantulswani opened this issue Jul 9, 2018 · 4 comments
Open

invalid syntax #2

jaikishantulswani opened this issue Jul 9, 2018 · 4 comments

Comments

@jaikishantulswani
Copy link

File "reposcanner.py", line 115
print("Parsing commit %s%s%s\r" % (col.green, count, col.end), end="", flush=True)
^
SyntaxError: invalid syntax

@dusekdan
Copy link

dusekdan commented Jan 19, 2019

Are you using older version of Python by any chance? Try with v3.6.

@jaikishantulswani
Copy link
Author

jaikishantulswani commented Jan 19, 2019

Hey @dusekdan ,
Its now working but when I search this test repo https://github.com/bugbaba/test4truffleHog , it only flag the ssh keys even the whole repo is containing some sensitive info like secrets, dbname, dbpassword etc.
Can you please add regexes as in trufflehog to match much more information.

@dusekdan
Copy link

dusekdan commented Jan 19, 2019

@jaikishantulswani Glad to hear that! Unfortunately, I am neither an author nor maintainer of the reposcanner. I was just researching something and stumbled upon your issue and thought I'd try to help.

@jaikishantulswani
Copy link
Author

@dusekdan Thank you for your help 👍

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

No branches or pull requests

2 participants