Skip to content

build(deps): bump google.golang.org/grpc from 1.67.0 to 1.67.1 in /ex… #3409

build(deps): bump google.golang.org/grpc from 1.67.0 to 1.67.1 in /ex…

build(deps): bump google.golang.org/grpc from 1.67.0 to 1.67.1 in /ex… #3409

Workflow file for this run

name: License Scan
on:
pull_request:
branches:
- "main"
push:
branches:
- "main"
permissions:
contents: read
jobs:
scan:
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Run scanner
uses: google/osv-scanner-action/osv-scanner-action@19ec1116569a47416e11a45848722b1af31a857b # v1.9.0
with:
# TODO enable call analysis once https://github.com/google/osv-scanner/issues/1220 is resolved
scan-args: |-
--skip-git
--experimental-licenses=Apache-2.0,BSD-2-Clause,BSD-2-Clause-FreeBSD,BSD-3-Clause,MIT,ISC,Python-2.0,PostgreSQL,X11,Zlib
./