Skip to content

release: v1.5.0 - Trust & Safety + Fleet Integration #11

release: v1.5.0 - Trust & Safety + Fleet Integration

release: v1.5.0 - Trust & Safety + Fleet Integration #11

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-attacker/.github/workflows/scan-and-report.yml@main