Skip to content

ci: checkov config

ci: checkov config #12

Workflow file for this run

name: Call Validate PR
on:
pull_request:
branches:
- master
types:
- opened
- edited
jobs:
validate-pr:
uses: entur/gh-workflows/.github/workflows/pr-validation.yml@main
secrets:
token: ${{ secrets.GITHUB_TOKEN }}