Remove the github token
The tfsec action doesn't require the GitHub token so removing it
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user