Skip to content

Update to the correct sa name #256

Update to the correct sa name

Update to the correct sa name #256

Workflow file for this run

---
name: linting
on:
push: {}
jobs:
terraform-format:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Terraform
uses: hashicorp/setup-terraform@v2.0.3
- name: Terraform Format
run: terraform fmt -check -diff -recursive .
tfsec:
name: tfsec
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: tfsec
uses: aquasecurity/tfsec-action@v1.0.0