Remove the github token

The tfsec action doesn't require the GitHub token so removing it
This commit is contained in:
Owen Rumney
2021-04-29 08:28:14 +01:00
parent 4e9bf614aa
commit 98dbe8f0d1
-1
View File
@@ -30,7 +30,6 @@ jobs:
uses: tfsec/tfsec-sarif-action@2ec44316ed27c50d48c931c3c628adc4c8bb1d2b
with:
sarif_file: tfsec.sarif
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v1