Update example to v0.4.58 (#41) #6
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: 'tfsec' | |
on: | |
push: | |
branches: | |
- '**' | |
jobs: | |
tfsec: | |
name: tfsec | |
runs-on: ubuntu-latest | |
# q: what version of Terraform does this use?? | |
steps: | |
- name: Clone repo | |
uses: actions/checkout@v3 | |
# see: https://github.com/aquasecurity/tfsec-action | |
- name: tfsec | |
uses: aquasecurity/tfsec-action@v1.0.0 |