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 authored Oct 30, 2024
1 parent d802981 commit 7dda63c
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 7dda63c

Please sign in to comment.