Update code-scanning/tfsec.yml
Co-authored-by: John Bohannon <imjohnbo@github.com>
This commit is contained in:
@@ -20,7 +20,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Clone repo
|
||||
uses: actions/checkout@master
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Run tfsec
|
||||
uses: tfsec/tfsec-sarif-action@v0.0.4
|
||||
@@ -32,4 +32,4 @@ jobs:
|
||||
uses: github/codeql-action/upload-sarif@v1
|
||||
with:
|
||||
# Path to SARIF file relative to the root of the repository
|
||||
sarif_file: tfsec.sarif
|
||||
sarif_file: tfsec.sarif
|
||||
|
||||
Reference in New Issue
Block a user