File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ title : " Avoiding Secrets in Git"
3+ description : " How to minimize risks of plaintext secrets in git."
4+ lead : " "
5+ date : 2024-01-19T16:30:26-0600
6+ lastmod : 2024-01-19T16:30:26-0600
7+ draft : false
8+ images : []
9+ weight : 331
10+ ---
11+
12+
13+ ## Preventative
14+
15+ ### Push Protection
16+
17+ [ GitHub Advanced Security] ( https://resources.github.com/security/tools/ghas-trial/ )
18+
19+ ### Git Secrets
20+
21+
22+ ### Detect Secrets
23+
24+ https://github.com/Yelp/detect-secrets
25+
26+ ## Monitoring
27+
28+ ### Trufflehog
29+
30+ [ trufflehog] ( https://github.com/trufflesecurity/trufflehog )
31+
32+ ### GitHubs Secret Scanning
33+
34+
35+
36+ [ github secret scanning] ( https://docs.github.com/en/code-security/secret-scanning/about-secret-scanning )
37+
38+ ## Vendors
39+
40+ https://www.gitguardian.com/
41+ https://trufflesecurity.com/
You can’t perform that action at this time.
0 commit comments