Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

add codeowner file

add codeowner file #2

name: security-pr-checks
on:
# Allow for manual run of security workflows
workflow_dispatch:
# Scan changed files in PRs (diff-aware scanning):
pull_request: {}
jobs:
running-pr-security-checks:
uses: verkada/securitybots/.github/workflows/pr-checks.yml@main
secrets: inherit