-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Can't get any response from scans #235
Comments
This is happening for me too! |
I also had a bit of difficulty with this. I assumed it would work out-of-thebox, but There's also a convenient command for registering AWS patterns. For example:
|
For scan the current branch content I used this command (inside the git repository):
Take in mind that this command will scan all the files that can be listed with this command (it shown in the documentation):
If you want to scan raw files you need to specify a path like:
Here you can find the specific documentation for your case: https://github.com/awslabs/git-secrets?tab=readme-ov-file#examples-1 In my case, I start customizing some patterns, I can share with your some patterns that I'm using: patterns.allowed
patterns.prohibited
Maybe so many of there can be improved but with this you can start to play :-), best regards. |
Hello, I have a similar issue. I created a test repository with
I then install git secrets for the repo :
Now, when I check the pattern registered, nothing happens :
I point out that i
Your project seems great and very helpful for achieving cybersecurity in AWS projects 👍. Please let me know if I can be of any help to improve it, |
Sorry if this is a stupid question but I have been trying for hours on end and the commands don't give any results for me. It displays the help text correctly but once I add anything to it (like --scan, --scan with file path, --scan-history etc.) it just runs and goes to next line in terminal without any indication of whether something happened or not. Even tried giving it a non existent file name and that didn't produce any error. Nothing at all. Did I make a mistake with hooks? I don't understand it but did "git secrets --install" in the vulnerable directory. Is this the correct way?
Please help me understand this. I am new to it.
The text was updated successfully, but these errors were encountered: