Skip to content

Commit

Permalink
Install Security PR Check GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
vsecurity-github-bot committed May 28, 2024
1 parent 2d56c8c commit 8c9f5b9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/security-pr-checks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
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

0 comments on commit 8c9f5b9

Please sign in to comment.