Skip to content

feat: Add cloudfront #3

feat: Add cloudfront

feat: Add cloudfront #3

Workflow file for this run

name: Terraform Security Check
on:
pull_request:
jobs:
tfsec:
name: tfsec
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/checkout@master
- name: tfsec
uses: aquasecurity/[email protected]
with:
soft_fail: false