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 Apr 14, 2023
1 parent 72aecb2 commit 65bfbf4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/security-3rd-party-pr-checks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: security-3rd-party-pr-checks
on:
# Allow for manual run of security workflows
workflow_dispatch:
# Scan changed files in PRs (diff-aware scanning):
pull_request: {}
jobs:
running-3rd-party-pr-security-checks:
uses: verkada/securitybots/.github/workflows/3rd-party-pr-checks.yml@main
secrets: inherit

0 comments on commit 65bfbf4

Please sign in to comment.