Skip to content

build(deps): bump google.golang.org/grpc from 1.75.0 to 1.79.3 in /pkg/newlog #305

build(deps): bump google.golang.org/grpc from 1.75.0 to 1.79.3 in /pkg/newlog

build(deps): bump google.golang.org/grpc from 1.75.0 to 1.79.3 in /pkg/newlog #305

Workflow file for this run

# Copyright (c) 2026, Zededa, Inc.
# SPDX-License-Identifier: Apache-2.0
---
name: CVE PR Gate
"on":
pull_request:
branches: ["master"]
jobs:
cve-scan:
name: Scan PR for Vulnerabilities
uses: shjala/eve-cvewatch/.github/workflows/pr-scan.yml@v0.0.2
with:
eve-repo-url: ${{ github.event.pull_request.head.repo.clone_url }}
eve-revision: ${{ github.event.pull_request.head.sha }}