Skip to content

Commit ef18563

Browse files
Install Security PR Check GitHub Action
1 parent 2c6bd9d commit ef18563

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: security-3rd-party-pr-checks
2+
on:
3+
# Allow for manual run of security workflows
4+
workflow_dispatch:
5+
# Scan changed files in PRs (diff-aware scanning):
6+
pull_request: {}
7+
jobs:
8+
running-3rd-party-pr-security-checks:
9+
uses: verkada/securitybots/.github/workflows/3rd-party-pr-checks.yml@main
10+
secrets: inherit

0 commit comments

Comments
 (0)