Skip to content

Change default (#2572) #350

Change default (#2572)

Change default (#2572) #350

Workflow file for this run

name: OSV scheduled Scan
on:
schedule:
- cron: "0 8 * * *"
push:
branches: [main]
permissions:
actions: read
security-events: write
contents: read
jobs:
scan-scheduled:
uses: "google/osv-scanner-action/.github/workflows/[email protected]"
with:
scan-args: Cargo.lock pdm.lock
fail-on-vuln: false