Skip to content

Security Scan

Security Scan #413

Workflow file for this run

# SPDX-License-Identifier: PMPL-1.0-or-later
name: Security Scan
on:
push:
branches: [main]
schedule:
- cron: '0 0 * * 0' # Weekly on Sunday at midnight
workflow_dispatch:
permissions:
contents: read
jobs:
scan:
uses: hyperpolymath/panic-attack/.github/workflows/scan-and-report.yml@main
secrets:
VERISIMDB_PAT: ${{ secrets.VERISIMDB_PAT }}