Skip to content

Merge commit 'ae445b68d490dd0cdf98755d97f8789dce325a26' #5

Merge commit 'ae445b68d490dd0cdf98755d97f8789dce325a26'

Merge commit 'ae445b68d490dd0cdf98755d97f8789dce325a26' #5

# https://google.github.io/osv-scanner/github-action/#scheduled-scans
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: [main]
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:
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v2.3.8"