Fix build 21H1015 and 22G513 parsing #5
This file contains 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 | |
# see https://github.com/google/osv-scanner/blob/main/.github/workflows/osv-scanner-reusable.yml | |
on: | |
schedule: | |
- cron: "30 12 * * 1" | |
push: | |
branches: [main] | |
workflow_dispatch: | |
permissions: | |
# 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/.github/workflows/[email protected]" | |
with: | |
scan-args: |- | |
--lockfile ./package-lock.json | |
--lockfile requirements.txt:./constraints.txt |