From a429862749083fa2795621c5f3f48c7d8ed23083 Mon Sep 17 00:00:00 2001 From: Klaus Hartl Date: Sun, 19 Sep 2021 07:52:50 +0200 Subject: [PATCH] Set up necessary metadata --- action.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 action.yml 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 }}