Standalone Security Scanning workflow #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
Check failure on line 10 in .github/workflows/standalone-security-scans.yml GitHub Actions / .github/workflows/standalone-security-scans.ymlInvalid workflow file
|
||
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 }} |