Skip to content

Commit

Permalink
Adding checkov scans
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajeev Jaggavarapu committed Feb 19, 2021
1 parent 3453ccf commit 9d1c90c
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/checkov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@

name: Static security analysis for Terraform

on:
push:
branches:
- master
pull_request:
branches:
- master
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 9d1c90c

Please sign in to comment.