From d435a5d58492a2066d4a059105e839c7737a0f3b Mon Sep 17 00:00:00 2001 From: Parmanand0712 <121848756+Parmanand0712@users.noreply.github.com> Date: Wed, 21 May 2025 18:15:29 +0530 Subject: [PATCH] Create security.yml --- .github/workflows/security.yml | 14 ++++++++++++++ 1 file changed, 14 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 00000000..ae3c9b2b --- /dev/null +++ b/.github/workflows/security.yml @@ -0,0 +1,14 @@ +name: Security Pipeline + +on: + push: + branches: [ "develop" ] + + pull_request: + branches: [ "develop" ] + +jobs: + security_scan: + uses: expand-network/blueprint-template/.github/workflows/security.yaml@main + secrets: inherit +