From 186ece9314b16bc0000bf65ee5f9ac80651febb9 Mon Sep 17 00:00:00 2001 From: Owen Rumney Date: Wed, 4 Nov 2020 16:59:16 +0000 Subject: [PATCH] remove the github_token from the action The github token isn't required for this action - removing --- action.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/action.yml b/action.yml index 15756b2..4ccc0a9 100644 --- a/action.yml +++ b/action.yml @@ -3,9 +3,6 @@ description: 'Run tfsec against terraform code base and upload the sarif output author: 'Owen Rumney' inputs: - github_token: - description: 'GITHUB_TOKEN' - required: true working_directory: description: | Directory to run the action on, from the repo root. @@ -21,4 +18,4 @@ runs: image: 'Dockerfile' branding: icon: 'search' - color: 'gray-dark' \ No newline at end of file + color: 'gray-dark'