Files
Surveilled/.gitea/workflows/osv-scheduled.yml
Sudo-Ivan fb7e2e619c
Some checks failed
OSV-Scanner Scheduled Scan / scan-scheduled (push) Failing after 15s
CI / check (push) Successful in 20s
CI / build (push) Successful in 31s
Add OSV-Scanner setup in CI workflows and create script for OSV scanning
2025-12-24 17:14:10 -06:00

22 lines
321 B
YAML

name: OSV-Scanner Scheduled Scan
on:
schedule:
- cron: "30 12 * * 1"
push:
branches: [master]
permissions:
contents: read
jobs:
scan-scheduled:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: OSV scan
run: bash scripts/osv_scan.sh