From 8a1dea1e30e2df803fbdaf2920ccae50929418ab Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Mon, 14 Nov 2022 14:34:34 +0100 Subject: [PATCH] fix: small errors --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bc72a6d823f0..a042e89def01 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ trufflehog s3 --bucket= --only-verified + All I see is `🐷🔑🐷 TruffleHog. Unearth your secrets. 🐷🔑🐷` and the program exits, what gives? + That means no secrets were detected + Why is the scan is taking a long time when I scan a GitHub org - + Unathenticated GitHub scans have rate limits. To improve your rate limits, include the `--token` flag with a personal access token + + Unauthenticated GitHub scans have rate limits. To improve your rate limits, include the `--token` flag with a personal access token + It says a private key was verified, what does that mean? + Check out our Driftwood blog post to learn how to do this, in short we've confirmed the key can be used live for SSH or SSL [Blog post](https://trufflesecurity.com/blog/driftwood-know-if-private-keys-are-sensitive/) @@ -130,7 +130,7 @@ docker run -it -v "$PWD:/pwd" trufflesecurity/trufflehog:latest github --repo ht #### **Apple M1 users** The `linux/arm64` image is better to run on the M1 than the amd64 image. -Even better is running the native darwin binary avilable, but there is not container image for that. +Even better is running the native darwin binary available, but there is no container image for that. ```bash docker run --platform linux/arm64 -it -v "$PWD:/pwd" trufflesecurity/trufflehog:latest github --repo https://github.com/trufflesecurity/test_keys