Skip to content

focus on trivy, which presumably does everything tfscan does; also tr… #5

focus on trivy, which presumably does everything tfscan does; also tr…

focus on trivy, which presumably does everything tfscan does; also tr… #5

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'