Skip to content

Use the recommended CA if none are specified #11

Use the recommended CA if none are specified

Use the recommended CA if none are specified #11

Workflow file for this run

name: Run tfsec on merge
on:
push:
branches: [ "master", "main" ]
pull_request:
branches: [ "master", "main" ]
workflow_dispatch:
jobs:
tfsec:
name: tfsec sarif report
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/checkout@master
- name: tfsec
uses: aquasecurity/tfsec-sarif-action@master
with:
sarif_file: tfsec.sarif
# Disabled this until repo is switched to be public
# - name: Upload SARIF file
# uses: github/codeql-action/upload-sarif@v2
# with:
# # Path to SARIF file relative to the root of the repository
# sarif_file: tfsec.sarif
# category: Tfsec IAC Scanning