How to use GitGurdian #160216
Replies: 1 comment 1 reply
-
|
Hy Flumadi; GitGuardian scans repositories to detect sensitive information that might have been committed by mistake, such as:
Even if you didn’t write the code, if your fork is public and contains secrets, it still poses a risk since anyone can see them. What can you do now?
Cleaning secrets from history (if needed)To remove secrets from your repo’s history, you can use: git filter-repo --path .env --invert-paths(If you don’t have No need to panic. But yes, it’s something to take seriously, especially if:
If you’re just learning and you’ve taken the steps above, you can relax. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
Body
Hi, My question is about GitGuardian, I just found out some of my repos are not secure and some i just forked to learn about some technologies and language use how do i go about this and secure the repos,I also would like to know if it's a major crisis or not
Beta Was this translation helpful? Give feedback.
All reactions