File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -353,21 +353,3 @@ jobs:
353
353
skip_check : ${{ inputs.checkov_skip_check }}
354
354
download_external_modules : ${{ inputs.checkov_download_external_modules }}
355
355
skip_path : ${{inputs.checkov_skip_path}}
356
-
357
- - name : Upload SARIF file
358
- uses : github/codeql-action/upload-sarif@v2
359
- with :
360
- # Path to SARIF file relative to the root of the repository
361
- sarif_file : results.sarif
362
- if : inputs.upload_sarif
363
-
364
- - name : Run tfsec
365
- uses : aquasecurity/tfsec-sarif-action@v0.1.4
366
- with :
367
- sarif_file : tfsec.sarif
368
- - name : Upload SARIF file
369
- uses : github/codeql-action/upload-sarif@v2
370
- with :
371
- # Path to SARIF file relative to the root of the repository
372
- sarif_file : tfsec.sarif
373
- if : inputs.upload_sarif
You can’t perform that action at this time.
0 commit comments