Skip to content

initial commit

initial commit #1

Workflow file for this run

name: tfsec
on:
push:
branches:
- master
pull_request:
jobs:
tfsec:
name: tfsec sarif report
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/checkout@master
- name: tfsec
uses: aquasecurity/[email protected]
with:
sarif_file: tfsec.sarif
full_repo_scan: true
- name: tfsec commenter for PR
uses: tfsec/[email protected]
with:
GITHUB_TOKEN: ${{ github.token }}
- name: Terraform security scan Advanced
uses: triat/[email protected]
if: github.event_name == 'pull_request'
env:
GITHUB_TOKEN: ${{ github.token }}
tfsec_actions_comment: true
tfsec_output_format: sarif
continue-on-error: true