Skip to content

Commit

Permalink
opentelemetry-collector/0.115.0-r0: cve remediation (#36751)
Browse files Browse the repository at this point in the history
opentelemetry-collector/0.115.0-r0: fix GHSA-v778-237x-gjrc

Advisory data:
https://github.com/wolfi-dev/advisories/blob/main/opentelemetry-collector.advisories.yaml

---------

Signed-off-by: Batuhan Apaydin <[email protected]>
Co-authored-by: octo-sts[bot] <[email protected]>
Co-authored-by: hbh7 <[email protected]>
Co-authored-by: Batuhan Apaydin <[email protected]>
  • Loading branch information
4 people authored Dec 14, 2024
1 parent 689759c commit d024097
Showing 1 changed file with 3 additions and 1 deletion.
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

0 comments on commit d024097

Please sign in to comment.