Skip to content

Commit

Permalink
add checkov to scan terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Mont'Alvão committed May 4, 2023
1 parent 7826b97 commit da40fea
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/scan.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Checkov

on: [push]

jobs:
Scan:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: Run Checkov action
id: checkov
uses: bridgecrewio/checkov-action@v12
with:
directory: .
framework: terraform
quiet: true
soft_fail: true

0 comments on commit da40fea

Please sign in to comment.