mirror of
https://github.com/carhartl/talisman-secrets-scan-action.git
synced 2024-12-04 21:30:23 +00:00
8 lines
288 B
YAML
8 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 }}
|