Set up necessary metadata

This commit is contained in:
Klaus Hartl 2021-09-19 07:52:50 +02:00
parent ceee64eb2d
commit a429862749
No known key found for this signature in database
GPG key ID: 6BA8AED91AB6EA2A

7
action.yml Normal file
View 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 }}