Skip to content

Commit 071d6fd

Browse files
Remove duplicate tfsec (#80)
1 parent fefbeec commit 071d6fd

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/terraform.yaml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -353,21 +353,3 @@ jobs:
353353
skip_check: ${{ inputs.checkov_skip_check }}
354354
download_external_modules: ${{ inputs.checkov_download_external_modules }}
355355
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

0 commit comments

Comments
 (0)