Skip to content

encrypt sns topic

encrypt sns topic #23

Workflow file for this run

name: Terraform 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
- name: 🧹 terraform fmt
run: terraform fmt -check -recursive
- name: 🧐 tfsec
uses: aquasecurity/tfsec-action@v1.0.0
with:
additional_args: -m CRITICAL