From db34a1ed09bfc2140bae66b1cbcd7a584be4f699 Mon Sep 17 00:00:00 2001 From: vSecurity Bot <112028320+vsecurity-github-bot@users.noreply.github.com> Date: Tue, 27 Aug 2024 11:29:32 -0700 Subject: [PATCH] Install Security PR Check GitHub Action --- .github/workflows/security-pr-checks.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/workflows/security-pr-checks.yml diff --git a/.github/workflows/security-pr-checks.yml b/.github/workflows/security-pr-checks.yml new file mode 100644 index 0000000..351631e --- /dev/null +++ b/.github/workflows/security-pr-checks.yml @@ -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