From 98dbe8f0d1e00919d9ade9ebba51fffd86e36365 Mon Sep 17 00:00:00 2001 From: Owen Rumney Date: Thu, 29 Apr 2021 08:28:14 +0100 Subject: [PATCH] Remove the github token The tfsec action doesn't require the GitHub token so removing it --- code-scanning/tfsec.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/code-scanning/tfsec.yml b/code-scanning/tfsec.yml index 51c5639..9040659 100644 --- a/code-scanning/tfsec.yml +++ b/code-scanning/tfsec.yml @@ -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