Skip to content

Update example to v0.4.59 (#39) #10

Update example to v0.4.59 (#39)

Update example to v0.4.59 (#39) #10

Workflow file for this run

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/[email protected]