1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 17:13:50 +02:00

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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: