Skip to content

feat(pi): package scaffold and MCP registration (PF-3852) #117

feat(pi): package scaffold and MCP registration (PF-3852)

feat(pi): package scaffold and MCP registration (PF-3852) #117

Workflow file for this run

---
name: OSV-Scanner PR Scan
on: # yamllint disable-line rule:truthy
pull_request:
branches: [main]
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:
vulnerability-check:
uses: google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@6e4298ebc4db23e847df9b2e2de2939d6f066c67 # v2.5.1
with:
scan-args: --config osv-scanner.toml
upload-sarif: false