Skip to content

github dep thing not helpful/useful #4

github dep thing not helpful/useful

github dep thing not helpful/useful #4

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]
- name: Run Trivy vulnerability scanner in IaC mode
uses: aquasecurity/[email protected]
with:
scan-type: 'config'
hide-progress: true
format: 'sarif'