Skip to content

Commit

Permalink
Merge pull request #560 from DharmitD/snyk-test-new
Browse files Browse the repository at this point in the history
Fix go.opentelemetry.io/contrib CVE
  • Loading branch information
HumairAK committed Jan 31, 2024
2 parents 22f1722 + c24a120 commit 5af48e5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build-prs-trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Trigger build images for PRs
on:
pull_request:
paths:
- go.mod
- go.sum
- controllers/**
- api/**
- config/**
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/kind-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
workflow_dispatch:
pull_request:
paths:
- go.mod
- go.sum
- controllers/**
- api/**
- config/**
Expand Down
5 changes: 4 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,7 @@ require (
sigs.k8s.io/yaml v1.3.0 // indirect
)

replace google.golang.org/grpc => google.golang.org/grpc v1.56.3
replace (
go.opentelemetry.io/contrib v0.20.0 => go.opentelemetry.io/contrib v0.44.0
google.golang.org/grpc => google.golang.org/grpc v1.56.3
)

0 comments on commit 5af48e5

Please sign in to comment.