Files
Surveilled/.gitea/workflows/osv-scheduled.yml
Sudo-Ivan 60766c8cfe
Some checks failed
OSV-Scanner Scheduled Scan / scan-scheduled (push) Failing after 1s
CI / check (push) Successful in 22s
CI / build (push) Successful in 32s
Update Node.js version in CI workflow and add OSV-Scanner workflows for PR and scheduled scans
2025-12-24 17:07:25 -06:00

17 lines
266 B
YAML

name: OSV-Scanner Scheduled Scan
on:
schedule:
- cron: "30 12 * * 1"
push:
branches: [master]
permissions:
actions: read
contents: read
jobs:
scan-scheduled:
uses: google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v2.3.0