Skip to content

fix(deps): override shell-quote to ^1.8.4 (GHSA-w7jw-789q-3m8p) #1416

fix(deps): override shell-quote to ^1.8.4 (GHSA-w7jw-789q-3m8p)

fix(deps): override shell-quote to ^1.8.4 (GHSA-w7jw-789q-3m8p) #1416

Workflow file for this run

name: "OSV-Scanner"
on:
pull_request:
branches:
- main
merge_group:
branches:
- main
push:
branches:
- main
workflow_dispatch:
permissions:
actions: read
contents: read
security-events: write
jobs:
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@v2.3.5"
with:
scan-args: |-
-r
./
scan-main:
if: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v2.3.5"
with:
scan-args: |-
-r
./