Skip to content

Update README to use correct Makefile target name. (#1080) #153

Update README to use correct Makefile target name. (#1080)

Update README to use correct Makefile target name. (#1080) #153

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/[email protected]"