From 8a1748a64d2ae0fa9e7736434078235004cc406a Mon Sep 17 00:00:00 2001 From: vSecurity Bot <112028320+vsecurity-github-bot@users.noreply.github.com> Date: Wed, 18 Sep 2024 11:30:44 -0700 Subject: [PATCH] Install Security PR Check GitHub Action --- .github/workflows/security-3rd-party-pr-checks.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/workflows/security-3rd-party-pr-checks.yml diff --git a/.github/workflows/security-3rd-party-pr-checks.yml b/.github/workflows/security-3rd-party-pr-checks.yml new file mode 100644 index 000000000..5337dabb3 --- /dev/null +++ b/.github/workflows/security-3rd-party-pr-checks.yml @@ -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