Skip to content

api: add detectMisdirectedRequests to EnvoyProxy #23702

api: add detectMisdirectedRequests to EnvoyProxy

api: add detectMisdirectedRequests to EnvoyProxy #23702

Workflow file for this run

name: OSV-Scanner
on:
pull_request:
branches:
- "main"
merge_group:
branches:
- "main"
push:
branches:
- "main"
schedule:
- cron: '44 15 * * 5'
permissions:
contents: read
jobs:
scan-scheduled:
if: ${{ github.event_name == 'push' || github.event_name == 'schedule' }}
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@ffa0a5f39214d80778c9b494822d94d0d9668458" # main, pending release > v2.3.8 (incl. osv-scanner-action#130)
with:
scan-args: |-
--config tools/osv-scanner/vulnerability-scan-config.toml
--recursive
./
permissions:
actions: read
contents: read
# Require writing security events to upload SARIF file to security tab
security-events: write
scan-pr:
if: ${{ github.event_name == 'pull_request' || github.event_name == 'merge_group' }}
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@ffa0a5f39214d80778c9b494822d94d0d9668458" # main, pending release > v2.3.8 (incl. osv-scanner-action#130)
with:
scan-args: |-
--config tools/osv-scanner/vulnerability-scan-config.toml
--recursive
./
permissions:
actions: read
contents: read
# Require writing security events to upload SARIF file to security tab
security-events: write