diff --git a/pages/common/trufflehog.md b/pages/common/trufflehog.md index 69670bc064..8e0de40f15 100644 --- a/pages/common/trufflehog.md +++ b/pages/common/trufflehog.md @@ -9,7 +9,7 @@ - Scan a GitHub organization for verified secrets: -`trufflehog github --org={{trufflesecurity}} --only-verified` +`trufflehog github --org {{trufflesecurity}} --only-verified` - Scan a GitHub repository for verified keys and get JSON output: @@ -17,15 +17,15 @@ - Scan a GitHub repository along with its Issues and Pull Requests: -`trufflehog github --repo={{https://github.com/trufflesecurity/test_keys}} --issue-comments --pr-comments` +`trufflehog github --repo {{https://github.com/trufflesecurity/test_keys}} --issue-comments --pr-comments` - Scan an S3 bucket for verified keys: -`trufflehog s3 --bucket={{bucket name}} --only-verified` +`trufflehog s3 --bucket {{bucket name}} --only-verified` - Scan S3 buckets using IAM Roles: -`trufflehog s3 --role-arn={{iam-role-arn}}` +`trufflehog s3 --role-arn {{iam-role-arn}}` - Scan individual files or directories: