Skip to content

feat(backend): support OpenAI-compatible gateways for key verification #259

feat(backend): support OpenAI-compatible gateways for key verification

feat(backend): support OpenAI-compatible gateways for key verification #259

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@8deb546fdb875b9996d27d4950be7312dac076a1 # v2.5.0
with:
scan-args: --config osv-scanner.toml
upload-sarif: false