mirror of
https://github.com/carhartl/talisman-secrets-scan-action.git
synced 2024-12-04 13:27:27 +00:00
Set up necessary metadata
This commit is contained in:
parent
ceee64eb2d
commit
a429862749
1 changed files with 7 additions and 0 deletions
7
action.yml
Normal file
7
action.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
name: "Detect secrets with Talisman"
|
||||
description: "Scan an incoming range of commits for accidentally added secrets and sensitive information"
|
||||
runs:
|
||||
using: "docker"
|
||||
image: "Dockerfile"
|
||||
args:
|
||||
- refs/heads/main ${{ github.event.after }} refs/heads/main ${{ github.event.before }}
|
Loading…
Reference in a new issue