Skip to content

Commit

Permalink
Adding Trivy Scans
Browse files Browse the repository at this point in the history
  • Loading branch information
rajivreddy committed Dec 18, 2023
1 parent 701942f commit 205a83c
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/checkov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

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: ./

0 comments on commit 205a83c

Please sign in to comment.