Skip to content

Commit

Permalink
cadvisor/0.49.1-r1: fix GHSA-8r3f-844c-mc37
Browse files Browse the repository at this point in the history
  • Loading branch information
chainguardian committed Mar 15, 2024
1 parent f2b3c38 commit 15fc334
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 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,10 @@ pipeline:
tag: v${{package.version}}
expected-commit: 6f3f25bac19f9f485935a19a28bdcf4edb507d80

- uses: go/bump
with:
deps: google.golang.org/protobuf@v1.33.0

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

0 comments on commit 15fc334

Please sign in to comment.