Skip to content

Merge pull request #18 from MatthewLeviny/master #12

Merge pull request #18 from MatthewLeviny/master

Merge pull request #18 from MatthewLeviny/master #12

Workflow file for this run

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