Skip to content

Commit

Permalink
Merge pull request #1 from dojo-engineering/standalone-security-scans…
Browse files Browse the repository at this point in the history
…-payments-products

Standalone Security Scanning workflow
  • Loading branch information
adam-page-dojo authored Jan 3, 2025
2 parents 28c4f5a + ede0afc commit 65cffea
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/standalone-security-scans.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Security Scans
on:
push:
branches: [ main, master ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main, master ]
jobs:
security-scans:
uses: dojo-engineering/github-workflows/.github/workflows/security-scans.yml@main
secrets: inherit
with:
# wiz-dir-policy-name: ${{ vars.WIZ_POLICY_DIR_PCI }} # uncomment for PCI projects
# wiz-iac-policy-name: ${{ vars.WIZ_POLICY_IAC_PCI }} # uncomment for PCI projects
wiz-project-uuid: ${{ vars.WIZ_PROJECT_UUID_PAYMENTS_PRODUCTS }}

0 comments on commit 65cffea

Please sign in to comment.