Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Archiving Minefield (#253) #171

Archiving Minefield (#253)

Archiving Minefield (#253) #171

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]"