Skip to content

Commit

Permalink
cadvisor/0.50.0-r0: cve remediation (#26039)
Browse files Browse the repository at this point in the history
cadvisor/0.50.0-r0: fix GHSA-v23v-6jw2-98fq

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

---------

Signed-off-by: Hector Fernandez <[email protected]>
Co-authored-by: octo-sts[bot] <[email protected]>
Co-authored-by: Mark McCormick <[email protected]>
Co-authored-by: Dimitri John Ledkov <[email protected]>
Co-authored-by: Hector Fernandez <[email protected]>
  • Loading branch information
5 people authored Aug 16, 2024
1 parent 4f137b6 commit 8d9a5ad
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion cadvisor.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: cadvisor
version: 0.50.0
epoch: 0
epoch: 1
description: Analyzes resource usage and performance characteristics of running containers.
copyright:
- license: Apache-2.0
Expand All @@ -22,6 +22,15 @@ pipeline:
tag: v${{package.version}}
expected-commit: 256737f329f705a0a8a95578efb9b36a5401d36d

- uses: go/bump
with:
deps: github.com/docker/[email protected]

- uses: go/bump
with:
deps: github.com/docker/[email protected]
modroot: ./cmd

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

0 comments on commit 8d9a5ad

Please sign in to comment.