trufflehog: remove = from options (#16913)

trufflehog: update page
This commit is contained in:
Machiavelli
2025-06-21 07:28:27 +03:00
committed by GitHub
parent 030c7aebd9
commit 86d909fefa
+4 -4
View File
@@ -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: