Skip to content

Importing existing SNS + Lambda (#2) #15

Importing existing SNS + Lambda (#2)

Importing existing SNS + Lambda (#2) #15

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@v4
- name: Run Checkov action
id: checkov
uses: bridgecrewio/checkov-action@v12
with:
directory: .
framework: terraform
skip_check: "CKV2_AWS_64"
quiet: true
skip_path: "examples"