Skip to content

chore: remove shopify/sarama from go.mod and upgrade to grpc v1.58.3 to fix vulnerability #68

chore: remove shopify/sarama from go.mod and upgrade to grpc v1.58.3 to fix vulnerability

chore: remove shopify/sarama from go.mod and upgrade to grpc v1.58.3 to fix vulnerability #68

Workflow file for this run

name: Static Analysis
on:
pull_request:
push:
branches:
- main
jobs:
static-analysis:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Checkout Hypertrace actions
uses: actions/checkout@v4
with:
repository: hypertrace/github-actions
path: .github/actions
- name: GoSec Scanner
uses: ./.github/actions/gosec-scanner