diff --git a/action.yml b/action.yml new file mode 100644 index 0000000..33e45bc --- /dev/null +++ b/action.yml @@ -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 }}