Skip to content

Adding Trivy Scans

Adding Trivy Scans #1

Workflow file for this run

name: Static security analysis for Terraform
permissions: read-all
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
checkov-job:
runs-on: ubuntu-latest
name: checkov-action
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Run Checkov action
id: checkov
uses: bridgecrewio/checkov-action@master
with:
directory: ./