Skip to content

Adding Offline OSV data support, and ConnectRPC (#92) #22

Adding Offline OSV data support, and ConnectRPC (#92)

Adding Offline OSV data support, and ConnectRPC (#92) #22

Workflow file for this run

name: OSV-Scanner Scheduled Scan
on:
schedule:
- cron: "30 12 * * 1"
push:
branches: [main]
permissions:
# Require writing security events to upload SARIF file to security tab
security-events: write
# Only need to read contents
contents: read
# Add actions read permission
actions: read
jobs:
scan-scheduled:
uses: "google/osv-scanner-action/.github/workflows/[email protected]"