7
7
---
8
8
9
9
10
- [ ![ CI Status] ( https://github.com/trufflesecurity/trufflehog2 /workflows/release/badge.svg )] ( https://github.com/trufflesecurity/trufflehog2 /actions )
11
- [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/trufflesecurity/trufflehog2 )] ( https://goreportcard.com/report/github.com/trufflesecurity/trufflehog2 )
12
- [ ![ Docker Hub Build Status] ( https://img.shields.io/docker/cloud/build/trufflesecurity/trufflehog2 .svg )] ( https://hub.docker.com/r/trufflesecurity/trufflehog2 / )
13
- ![ GitHub] ( https://img.shields.io/github/license/trufflesecurity/trufflehog2 )
10
+ [ ![ CI Status] ( https://github.com/trufflesecurity/trufflehog /workflows/release/badge.svg )] ( https://github.com/trufflesecurity/trufflehog /actions )
11
+ [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/trufflesecurity/trufflehog )] ( https://goreportcard.com/report/github.com/trufflesecurity/trufflehog )
12
+ [ ![ Docker Hub Build Status] ( https://img.shields.io/docker/cloud/build/trufflesecurity/trufflehog .svg )] ( https://hub.docker.com/r/trufflesecurity/trufflehog / )
13
+ ![ GitHub] ( https://img.shields.io/github/license/trufflesecurity/trufflehog )
14
14
15
15
---
16
16
@@ -41,9 +41,9 @@ For every potential credential that is detected, we've painstakingly implemented
41
41
Several options:
42
42
43
43
### 1. Go
44
- ` go install github.com/trufflesecurity/trufflehog2 .git@latest `
44
+ ` go install github.com/trufflesecurity/trufflehog .git@latest `
45
45
46
- ### 2. [ Release binaries] ( https://github.com/trufflesecurity/trufflehog2 /releases )
46
+ ### 2. [ Release binaries] ( https://github.com/trufflesecurity/trufflehog /releases )
47
47
48
48
### 3. Docker
49
49
@@ -53,7 +53,7 @@ Several options:
53
53
#### ** Most users**
54
54
55
55
``` bash
56
- docker run -it -v " $PWD :/pwd" ghcr.io/trufflesecurity/trufflehog2 :latest github --repo https://github.com/trufflesecurity/test_keys --debug
56
+ docker run -it -v " $PWD :/pwd" ghcr.io/trufflesecurity/trufflehog :latest github --repo https://github.com/trufflesecurity/test_keys --debug
57
57
```
58
58
59
59
#### ** Apple M1 users**
@@ -62,7 +62,7 @@ The `linux/arm64` image is better to run on the M1 than the amd64 image.
62
62
Even better is running the native darwin binary avilable, but there is not container image for that.
63
63
64
64
``` bash
65
- docker run --platform linux/arm64 -it -v " $PWD :/pwd" ghcr.io/trufflesecurity/trufflehog2 :latest github --repo https://github.com/trufflesecurity/test_keys
65
+ docker run --platform linux/arm64 -it -v " $PWD :/pwd" ghcr.io/trufflesecurity/trufflehog :latest github --repo https://github.com/trufflesecurity/test_keys
66
66
```
67
67
68
68
### 4. Pip (help wanted)
@@ -118,7 +118,7 @@ Args:
118
118
For example, to scan a ` git ` repository, start with
119
119
120
120
```
121
- $ trufflehog git https://github.com/trufflesecurity/trufflehog2 .git
121
+ $ trufflehog git https://github.com/trufflesecurity/trufflehog .git
122
122
```
123
123
124
124
## Contributors
0 commit comments