mirror of
https://github.com/trufflesecurity/trufflehog.git
synced 2024-11-10 07:04:24 +00:00
fix-the-typo (#1046)
change programatic -> programmatic Ref: https://www.dictionary.com/browse/programmatic
This commit is contained in:
parent
b29b78c10d
commit
6e58eb4bbb
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ TruffleHog v3 is a complete rewrite in Go with many new powerful features.
|
|||
|
||||
|
||||
## What is credential verification?
|
||||
For every potential credential that is detected, we've painstakingly implemented programatic verification against the API that we think it belongs to. Verification eliminates false positives. For example, the [AWS credential detector](pkg/detectors/aws/aws.go) performs a `GetCallerIdentity` API call against the AWS API to verify if an AWS credential is active.
|
||||
For every potential credential that is detected, we've painstakingly implemented programmatic verification against the API that we think it belongs to. Verification eliminates false positives. For example, the [AWS credential detector](pkg/detectors/aws/aws.go) performs a `GetCallerIdentity` API call against the AWS API to verify if an AWS credential is active.
|
||||
|
||||
## Installation
|
||||
|
||||
|
|
Loading…
Reference in a new issue