Skip to content

fix: extract firewall behaviors schema and add runtime validation #185

fix: extract firewall behaviors schema and add runtime validation

fix: extract firewall behaviors schema and add runtime validation #185

Workflow file for this run

name: OSV-Scanner PR Scan
on:
pull_request:
branches: [main, stage]
merge_group:
branches: [main, stage]
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-pr.yml@v2.2.2"