Skip to content

Commit

Permalink
Fix typos in README.md and CONTRIBUTING.md (#1090)
Browse files Browse the repository at this point in the history
  • Loading branch information
sandyydk committed Feb 25, 2023
1 parent 0259088 commit 0060ab6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -28,7 +28,7 @@ If you want to add a new rule to the [default Gitleaks configuration](https://gi
func Beamer() *config.Rule {
// Define Rule
r := config.Rule{
// Human redable description of the rule
// Human readable description of the rule
Description: "Beamer API token",

// Unique ID for the rule
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -387,7 +387,7 @@ class CustomClass:

#### .gitleaksignore

You can ignore specific findings by creating a `.gitleaksignore` file at the root of your repo. In release v8.10.0 Gitleaks added a `Fingerprint` value to the Gitleaks report. Each leak, or finding, has a Fingerprint that uniquely identifies a secret. Add this fingerprint to the `.gitleaksignore` file to ignore that specific secret. See Gitleaks' [.gitleaksignore](https://github.com/zricethezav/gitleaks/blob/master/.gitleaksignore) for an example. Note: this feature is expirmental and is subject to change in the future.
You can ignore specific findings by creating a `.gitleaksignore` file at the root of your repo. In release v8.10.0 Gitleaks added a `Fingerprint` value to the Gitleaks report. Each leak, or finding, has a Fingerprint that uniquely identifies a secret. Add this fingerprint to the `.gitleaksignore` file to ignore that specific secret. See Gitleaks' [.gitleaksignore](https://github.com/zricethezav/gitleaks/blob/master/.gitleaksignore) for an example. Note: this feature is experimental and is subject to change in the future.

## Secured by Jit

Expand Down

0 comments on commit 0060ab6

Please sign in to comment.