Skip to content

Commit eec7cc6

Browse files
fix github action
1 parent 9238529 commit eec7cc6

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/tfsec.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ jobs:
1111
- name: Clone repo
1212
uses: actions/checkout@master
1313

14-
# - name: tfsec
15-
# uses: aquasecurity/[email protected]
16-
# with:
17-
# sarif_file: tfsec.sarif
18-
# working_directory: _example
19-
# full_repo_scan: true
20-
#
21-
## - name: Upload SARIF file
22-
## uses: github/codeql-action/upload-sarif@v1
23-
## with:
24-
## # Path to SARIF file relative to the root of the repository
25-
## sarif_file: tfsec.sarif
14+
- name: tfsec
15+
uses: aquasecurity/[email protected]
16+
with:
17+
sarif_file: tfsec.sarif
18+
working_directory: _example
19+
full_repo_scan: true
20+
21+
- name: Upload SARIF file
22+
uses: github/codeql-action/upload-sarif@v1
23+
with:
24+
# Path to SARIF file relative to the root of the repository
25+
sarif_file: tfsec.sarif

0 commit comments

Comments
 (0)