This repository was archived by the owner on Aug 29, 2025. It is now read-only.
Archiving Minefield (#253) #171
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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]" |