mirror of
https://github.com/carhartl/talisman-secrets-scan-action.git
synced 2024-12-04 13:27:27 +00:00
Make example in readme easier to copy&paste
This commit is contained in:
parent
b80ec236d9
commit
e503e9b5c3
1 changed files with 3 additions and 1 deletions
|
@ -5,7 +5,9 @@ This action uses [Talisman](https://thoughtworks.github.io/talisman/) to scan th
|
|||
## Example usage
|
||||
|
||||
```yml
|
||||
uses: carhartl/talisman-secrets-scan-action@v1.0
|
||||
steps:
|
||||
- name: Detect secrets with Talisman in incoming commits
|
||||
uses: carhartl/talisman-secrets-scan-action@v1.0
|
||||
```
|
||||
|
||||
## Caveat
|
||||
|
|
Loading…
Reference in a new issue