mirror of
https://github.com/carhartl/talisman-secrets-scan-action.git
synced 2024-12-04 13:27:27 +00:00
Add readme
This commit is contained in:
parent
fa7d9e80a7
commit
cd80931011
1 changed files with 9 additions and 0 deletions
9
README.md
Normal file
9
README.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
# Detect secrets with Talisman action
|
||||
|
||||
This action uses [Talisman](https://thoughtworks.github.io/talisman/) to scan the incoming (pushed) range of commits for accidentally added secrets and sensitive information. It mimics a pre-push hook for this, thus it works nicely with a local git hook in tandem, that is as a fallback, last line of defense.
|
||||
|
||||
## Example usage
|
||||
|
||||
```yml
|
||||
uses: carhartl/talisman-secrets-scan-action@v1
|
||||
```
|
Loading…
Reference in a new issue