Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

opentelemetry-collector/0.115.0-r0: cve remediation #36751

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion opentelemetry-collector.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: opentelemetry-collector
version: 0.115.0
epoch: 0
epoch: 1
description: OpenTelemetry Collector
copyright:
- license: Apache-2.0
Expand All @@ -13,6 +13,7 @@ environment:
- curl
- go
- openssf-compiler-options
- yq

pipeline:
- runs: |
Expand All @@ -39,6 +40,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
Loading