Skip to content

Revert "Moving infra-agent canaries to sandbox account (#36)" #206

Revert "Moving infra-agent canaries to sandbox account (#36)"

Revert "Moving infra-agent canaries to sandbox account (#36)" #206

Workflow file for this run

name: "Security scan"
on: [push, pull_request]
jobs:
tfsec:
name: Terraform security checks
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/checkout@master
- name: tfsec
uses: aquasecurity/tfsec-action@master
with:
soft_fail: true