Skip to content

Update terraform-linters/setup-tflint action to v4 #121

Update terraform-linters/setup-tflint action to v4

Update terraform-linters/setup-tflint action to v4 #121

name: Terraform security scan
on:
pull_request:
push:
branches: main
jobs:
tfsec-pr-commenter:
name: tfsec PR commenter
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/checkout@v3
- name: tfsec
uses: aquasecurity/tfsec-pr-commenter-action@v1.3.1
with:
github_token: ${{ github.token }}