Skip to content

fix: word in queries.md (#1049) #122

fix: word in queries.md (#1049)

fix: word in queries.md (#1049) #122

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:
actions: read
contents: read
# Require writing security events to upload SARIF file to security tab
security-events: write
jobs:
scan-scheduled:
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v1.8.4"