Skip to content

Commit

Permalink
Merge pull request #2 from tfsec/owen-remove-github-token-from-action-1
Browse files Browse the repository at this point in the history
remove the github_token from the action
  • Loading branch information
owenrumney authored Nov 4, 2020
2 parents 86ebd10 + 186ece9 commit 2ec4431
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -21,4 +18,4 @@ runs:
image: 'Dockerfile'
branding:
icon: 'search'
color: 'gray-dark'
color: 'gray-dark'

0 comments on commit 2ec4431

Please sign in to comment.