Skip to content

Standalone Security Scanning workflow #1

Standalone Security Scanning workflow

Standalone Security Scanning workflow #1

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

View workflow run for this annotation

GitHub Actions / .github/workflows/standalone-security-scans.yml

Invalid workflow file

error parsing called workflow ".github/workflows/standalone-security-scans.yml" -> "dojo-engineering/github-workflows/.github/workflows/security-scans.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
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 }}