Skip to content

Commit ab3468e

Browse files
committed
update repo references
1 parent a8f07c8 commit ab3468e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
---
88

99

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)
1414

1515
---
1616

@@ -41,9 +41,9 @@ For every potential credential that is detected, we've painstakingly implemented
4141
Several options:
4242

4343
### 1. Go
44-
`go install github.com/trufflesecurity/trufflehog2.git@latest`
44+
`go install github.com/trufflesecurity/trufflehog.git@latest`
4545

46-
### 2. [Release binaries](https://github.com/trufflesecurity/trufflehog2/releases)
46+
### 2. [Release binaries](https://github.com/trufflesecurity/trufflehog/releases)
4747

4848
### 3. Docker
4949

@@ -53,7 +53,7 @@ Several options:
5353
#### **Most users**
5454

5555
```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
5757
```
5858

5959
#### **Apple M1 users**
@@ -62,7 +62,7 @@ The `linux/arm64` image is better to run on the M1 than the amd64 image.
6262
Even better is running the native darwin binary avilable, but there is not container image for that.
6363

6464
```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
6666
```
6767

6868
### 4. Pip (help wanted)
@@ -118,7 +118,7 @@ Args:
118118
For example, to scan a `git` repository, start with
119119

120120
```
121-
$ trufflehog git https://github.com/trufflesecurity/trufflehog2.git
121+
$ trufflehog git https://github.com/trufflesecurity/trufflehog.git
122122
```
123123

124124
## Contributors

0 commit comments

Comments
 (0)