Update readme for v1.4.0

This commit is contained in:
Klaus Hartl 2023-02-17 12:08:28 +01:00
parent d56726748f
commit 702fc5c521
No known key found for this signature in database
GPG key ID: 6BA8AED91AB6EA2A
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
fileignoreconfig: fileignoreconfig:
- filename: README.md - filename: README.md
checksum: 08229fc0e2b4ff9edf71e7fbf02bed897f08efc9c0390a52902f5b55d0010dd0 checksum: 6645dc4ac99294dd313e0c696499112aa0efc455627d7b9982e791559d727ada

View file

@ -7,7 +7,7 @@ This action uses [Talisman](https://thoughtworks.github.io/talisman/) to scan th
```yml ```yml
steps: steps:
- name: Detect secrets with Talisman in incoming commits - name: Detect secrets with Talisman in incoming commits
uses: carhartl/talisman-secrets-scan-action@v1.3.0 uses: carhartl/talisman-secrets-scan-action@v1.4.0
``` ```
## Caveat ## Caveat