Skip to content

Security Scan

Security Scan #18

name: Security Scans
on:
push:
branches: [ main, 'release/**' ]
workflow_dispatch:
schedule:
# Runs daily at 00:00 - need to convert to UTC + 8 (Singapore)
- cron: 0 17 * * *
jobs:
security-pipeline:
uses: partior-sec-eng/security-scanning-pipeline/.github/workflows/security-scanning.yaml@main

Check failure on line 14 in .github/workflows/security-scans.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/security-scans.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/security-scans.yaml" -> "partior-sec-eng/security-scanning-pipeline/.github/workflows/security-scanning.yaml@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