Skip to content

Merge branch 'main' of https://github.com/eset/grpc-rest-proxy into f… #9

Merge branch 'main' of https://github.com/eset/grpc-rest-proxy into f…

Merge branch 'main' of https://github.com/eset/grpc-rest-proxy into f… #9

Workflow file for this run

name: Vulncheck
on: [push]
jobs:
vulncheck:
name: vulncheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.22"
- id: govulncheck
uses: golang/govulncheck-action@v1
with:
go-version-input: "1.22"
go-package: ./...