Skip to content

OSV-Scanner Scheduled Scan #4

OSV-Scanner Scheduled Scan

OSV-Scanner Scheduled Scan #4

name: OSV-Scanner Scheduled Scan
on:
schedule:
- cron: "30 12 * * 1"
# Change "main" to your default branch if you use a different name, i.e. "master"
push:
branches: [master]
workflow_dispatch:
permissions:
# Required to upload SARIF file to CodeQL. See: https://github.com/github/codeql-action/issues/2117
actions: read
# Require writing security events to upload SARIF file to security tab
security-events: write
# Only need to read contents
contents: read
jobs:
scan-scheduled:
# started to use v2.2.3 in mid Dec 2025 with positive results.
# Due to quick development of action osv-scanner-reusable, try with latest version of v2
#uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v2.2.3"
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v2.3.2"