File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments