Skip to content

feat: pagerduty_service_integration_email to trigger alerts on recieving email. #156

feat: pagerduty_service_integration_email to trigger alerts on recieving email.

feat: pagerduty_service_integration_email to trigger alerts on recieving email. #156

Workflow file for this run

name: "Checkov GitHub Action"
on:
pull_request:
branches: [test, dev, qa, prod, main]
permissions: read-all
jobs:
checkov:
name: checkov
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: "recursive"
token: ${{ secrets.ENGINEERING_GITHUB_PERSONAL_ACCESS_TOKEN }}
- name: Run Checkov
id: checkov
uses: bridgecrewio/checkov-action@master
with:
config_file: ".checkov.yaml"