talisman-secrets-scan-action/action.yml

8 lines
288 B
YAML
Raw Normal View History

2021-09-19 05:52:50 +00:00
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 }}