comment fips amis until fips changes are merged in infra-agent #144
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |