Skip to content

Commit

Permalink
Integrate Checkov with the pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Mont'Alvão committed May 16, 2023
1 parent 09a8ede commit ec7817b
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: Scan

on: [push]

permissions: read-all

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

0 comments on commit ec7817b

Please sign in to comment.