Skip to content

chore(deps): bump bytes from 1.11.0 to 1.11.1 in the cargo group acro… #19

chore(deps): bump bytes from 1.11.0 to 1.11.1 in the cargo group acro…

chore(deps): bump bytes from 1.11.0 to 1.11.1 in the cargo group acro… #19

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
secrets:
VERISIMDB_PAT: ${{ secrets.VERISIMDB_PAT }}