Skip to content

Post Release 0.2.3

Post Release 0.2.3 #34

Workflow file for this run

---
name: OSV-Scanner PR Scan
# Change "main" to your default branch if you use a different name, i.e. "master"
on:
pull_request:
branches: [develop]
merge_group:
branches: [develop]
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-pr:
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v1.9.2"
with:
scan-args: |-
--config=osv-scanner.toml
--format=json
-r
--skip-git
./