Skip to content

Commit 77ef318

Browse files
adding secrets
1 parent 58d1eb8 commit 77ef318

1 file changed

Lines changed: 41 additions & 0 deletions

File tree

content/docs/guides/git/secrets.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
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/

0 commit comments

Comments
 (0)