Skip to content

Commit

Permalink
Add snyk severity threshold = High + run go mod tidy. (#2531)
Browse files Browse the repository at this point in the history
* After open-telemetry/opentelemetry-go#4707
we should remove it.

* filter only severity=high
  • Loading branch information
andriisoldatenko committed Jan 3, 2024
1 parent 85e19e3 commit a050434
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 464 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ jobs:
uses: snyk/actions/golang@b98d498629f1c368650224d6d212bf7dfa89e4bf # v0.4.0
env:
SNYK_TOKEN: ${{ secrets.SNYK_API_TOKEN }}
with:
args: --severity-threshold=high

markdown-lint:
name: Lint markdown files
Expand Down
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ require (
github.com/json-iterator/go v1.1.12 // indirect
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/moby/spdystream v0.2.0 // indirect
Expand Down

0 comments on commit a050434

Please sign in to comment.