Skip to content

Commit

Permalink
fix the cve GHSA-v778-237x-gjrc
Browse files Browse the repository at this point in the history
Signed-off-by: Batuhan Apaydin <[email protected]>
  • Loading branch information
developer-guy committed Dec 14, 2024
1 parent 7eabc2a commit 1041bf1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions opentelemetry-collector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ environment:
- curl
- go
- openssf-compiler-options
- yq

pipeline:
- runs: |
Expand Down Expand Up @@ -44,6 +45,7 @@ pipeline:
- runs: |
set -x
# Use the builder to compile opentelemetry-collector
yq eval '.replaces += ["golang.org/x/crypto => golang.org/x/crypto v0.31.0"]' builder-config.yaml -i
${{targets.destdir}}/usr/bin/ocb --config=builder-config.yaml
install -Dm755 ./_build/otelcol "${{targets.destdir}}"/usr/bin/otelcol
Expand Down

0 comments on commit 1041bf1

Please sign in to comment.