mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 17:13:50 +02:00
parent
030c7aebd9
commit
86d909fefa
1 changed files with 4 additions and 4 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue