Skip to content

Commit 4a5ef2b

Browse files
authored
Merge pull request #57912 from wolfi-dev/cve-splunk-otel-collector-0.127.0-r0-c2177087317dc7370108b8452103c283
splunk-otel-collector/0.127.0-r0: cve remediation
2 parents 1dcd14d + 926f148 commit 4a5ef2b

File tree

1 file changed

+36
-1
lines changed

1 file changed

+36
-1
lines changed

splunk-otel-collector.yaml

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: splunk-otel-collector
33
version: "0.127.0"
4-
epoch: 0
4+
epoch: 1
55
description: Splunk OpenTelemetry Collector is a distribution of the OpenTelemetry Collector. It provides a unified way to receive, process, and export metric, trace, and log data for Splunk Observability Cloud
66
copyright:
77
- license: Apache-2.0
@@ -16,6 +16,41 @@ pipeline:
1616
tag: v${{package.version}}
1717
expected-commit: c006b31ef2a8a72e3d2fa98bec3e4877198aa637
1818

19+
- uses: go/bump
20+
with:
21+
deps: |-
22+
github.com/go-viper/mapstructure/[email protected]
23+
modroot: tests
24+
25+
- uses: go/bump
26+
with:
27+
deps: |-
28+
github.com/go-viper/mapstructure/[email protected]
29+
modroot: pkg/extension/smartagentextension
30+
31+
- uses: go/bump
32+
with:
33+
deps: |-
34+
github.com/go-viper/mapstructure/[email protected]
35+
modroot: pkg/processor/timestampprocessor
36+
37+
- uses: go/bump
38+
with:
39+
deps: |-
40+
github.com/go-viper/mapstructure/[email protected]
41+
modroot: pkg/receiver/smartagentreceiver
42+
43+
- uses: go/bump
44+
with:
45+
deps: |-
46+
github.com/go-viper/mapstructure/[email protected]
47+
modroot: internal/tools
48+
49+
- uses: go/bump
50+
with:
51+
deps: |-
52+
github.com/go-viper/mapstructure/[email protected]
53+
1954
- runs: go generate ./...
2055

2156
- uses: go/build

0 commit comments

Comments
 (0)