Update code-scanning/tfsec.yml
Co-authored-by: John Bohannon <[email protected]>
This commit is contained in:
co-authored by
John Bohannon
parent
a2e5f8e548
commit
b80a1555aa
@@ -20,7 +20,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Clone repo
|
||||
uses: actions/checkout@master
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Run tfsec
|
||||
uses: tfsec/[email protected]
|
||||
@@ -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