Skip to content

OSV-Scanner Scheduled Scan #9

OSV-Scanner Scheduled Scan

OSV-Scanner Scheduled Scan #9

name: OSV-Scanner Scheduled Scan
on:
schedule:
- cron: '50 1 * * 6' # run at 01:50 UTC every Saturday
# Change "main" to your default branch if you use a different name, i.e. "master"
push:
branches: [ main ]
permissions:
# Only need to read contents
contents: read
# Require writing security events to upload SARIF file to security tab
security-events: write
jobs:
scan-scheduled:
uses: "google/osv-scanner/.github/workflows/osv-scanner-reusable.yml@main"