Skip to content

fix(lint): clear Rust 1.96 clippy debt (14 lints) + criterion black_b… #635

fix(lint): clear Rust 1.96 clippy debt (14 lints) + criterion black_b…

fix(lint): clear Rust 1.96 clippy debt (14 lints) + criterion black_b… #635

Workflow file for this run

# SPDX-License-Identifier: MPL-2.0
name: Security Scan
on:
push:
branches: [main]
schedule:
- cron: '0 0 * * 0' # Weekly on Sunday at midnight
workflow_dispatch:
# Cause-B mitigation (#77): cancel superseded runs so stacked pushes
# to the same ref don't pile up identical jobs in the queue.
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
scan:
uses: hyperpolymath/panic-attack/.github/workflows/scan-and-report.yml@906781f10c92cc05261cdb99f81dbb47d096a464 # main 2026-07-07 (dispatch payload via file, not argv)
secrets:
VERISIMDB_PAT: ${{ secrets.VERISIMDB_PAT }}