Skip to content

Sns quota

Sns quota #20

Workflow file for this run

name: Yeoheng CI
on:
pull_request:
branches: [main]
jobs:
terraform:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.ref }}
fetch-depth: 0
- run: terraform fmt -check -recursive
- name: 🧐 tfsec
uses: aquasecurity/tfsec-action@v1.0.0
with:
additional_args: -m CRITICAL