Skip to content

Commit

Permalink
Merge pull request #15173 from wolfi-dev/cve-cadvisor-4c3ee2a25d6a5a2…
Browse files Browse the repository at this point in the history
…023ecde74f146e1e7

cadvisor/0.49.1-r1: cve remediation
  • Loading branch information
cpanato committed Mar 15, 2024
2 parents ad4e31c + 1c430be commit 73bc1a6
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion cadvisor.yaml
@@ -1,7 +1,7 @@
package:
name: cadvisor
version: 0.49.1
epoch: 1
epoch: 2
description: Analyzes resource usage and performance characteristics of running containers.
copyright:
- license: Apache-2.0
Expand All @@ -22,6 +22,17 @@ pipeline:
tag: v${{package.version}}
expected-commit: 6f3f25bac19f9f485935a19a28bdcf4edb507d80

- uses: go/bump
with:
deps: google.golang.org/protobuf@v1.33.0 github.com/golang/protobuf@v1.5.4
go-version: 1.20

- uses: go/bump
with:
deps: google.golang.org/protobuf@v1.33.0 github.com/golang/protobuf@v1.5.4
go-version: 1.20
modroot: cmd

- runs: |
./build/build.sh
Expand Down

0 comments on commit 73bc1a6

Please sign in to comment.