Desktop required
This demo is designed for desktop screens 1024px and wider.
← Back to landing1# Automated scanner watching github.com/<org>/* commits 2$ trufflehog github --org=any --json | jq 'select(.DetectorName=="AWS")' 3 4{ 5 "DetectorName": "AWS", 6 "Raw": "AKIAIOSFODNN7EXAMPLE", 7 "Repository": "github.com/example/infra", 8 "Commit": "a72f1c0", 9 "Verified": true 10}