Skip to content

Commit d83d76f

Browse files
authored
Update README.md
1 parent 7770796 commit d83d76f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ cat example.txt | shush
2626
}
2727
```
2828

29-
Shush is built ontop of Gitleak's detection engine so it supports all the same secrets and keys that gitleaks does. However, we also support generic passwords and generic secrets using regex matches. If you want to disable these, you can do so with a flag: `--showSecrets=true` or `--showPasswords=true`.
29+
Shush is built ontop of [Gitleak's detection engine](https://gitleaks.io/) so it supports all the same secrets and keys that gitleaks does. However, we also support generic passwords and generic secrets using regex matches. If you'd like to disable these, you can do so with a flag: `--showSecrets=true` or `--showPasswords=true`, however, the Gitleaks matches will stay on.
3030

3131
```bash
3232
shush < hosts.yml
@@ -67,4 +67,4 @@ If you're using Go:
6767

6868
```bash
6969
go install github.com/bradcypert/shush@latest
70-
```
70+
```

0 commit comments

Comments
 (0)