Skip to content

Commit

Permalink
↪️ Merge pull request #510 from paulo-sampaio/patch-1
Browse files Browse the repository at this point in the history
fix: wrong quotes used in code snippets
  • Loading branch information
KevinHock committed Feb 2, 2022
2 parents 75a5844 + ea71b1c commit 3e8da51
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/audit.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ TODO: Example when this feature is written up.
Maybe, you need to generate a full report with all the detect-secrets findings. You can generate
one with the `--report` flag:
'''bash
```bash
$ detect-secrets audit --report .secret.baseline
[
{
Expand Down Expand Up @@ -198,11 +198,11 @@ $ detect-secrets audit --report .secret.baseline
]
}
]
'''
```
You can also select only the real secrets with the option `--only-real`:
'''bash
```bash
$ detect-secrets audit --report --only-real .secret.baseline
[
{
Expand Down Expand Up @@ -243,11 +243,11 @@ $ detect-secrets audit --report --only-real .secret.baseline
]
}
]
'''
```
Or include only the false positives with `--only-false`:
'''bash
```bash
$ detect-secrets audit --report --only-false .secret.baseline
[
{
Expand All @@ -262,4 +262,4 @@ $ detect-secrets audit --report --only-false .secret.baseline
]
}
]
'''
```

0 comments on commit 3e8da51

Please sign in to comment.