From ff727de0b19cc462be3ca0060b1d8992a27d3f98 Mon Sep 17 00:00:00 2001 From: "the-repository-manager[bot]" <74799156+the-repository-manager[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 13:18:56 +0000 Subject: [PATCH] Update templated files --- .github/workflows/security.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/security.yml diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml new file mode 100644 index 000000000..3168ebc9b --- /dev/null +++ b/.github/workflows/security.yml @@ -0,0 +1,13 @@ +name: "Security Scanning" +on: + push: + branches: [main, master] + pull_request: + branches: [main, master] +jobs: + scan: + name: Security Scan + uses: CPS-Innovation/.github/.github/workflows/security-scan.yml@main + permissions: + security-events: write + statuses: write