We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bce1f1b + ac818ff commit 0e2bbecCopy full SHA for 0e2bbec
README.md
@@ -14,7 +14,7 @@ Add the following step to your GitHub Actions workflow:
14
15
```yaml
16
- name: Trufflehog PR Commenter
17
- uses: therealdwright/trufflehog-secrets-detector@v1.0.0
+ uses: therealdwright/trufflehog-secrets-detector@v1.1.2
18
with:
19
secrets-file: 'path_to_output.json' # Optional, defaults to 'secrets.json'
20
env:
0 commit comments