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 +