talisman-secrets-scan-action/action.yml
2021-09-19 07:52:50 +02:00

7 lines
288 B
YAML

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 }}