Skip to content

Commit

Permalink
Merge pull request #10976 from chainguardian/cve-kine-GHSA-8pgv-569h-…
Browse files Browse the repository at this point in the history
…w5rw

CVE Remediation: GHSA-8pgv-569h-w5rw: fix CVE for Wolfi package kine
  • Loading branch information
ajayk authored Jan 11, 2024
2 parents cfe5316 + fa03238 commit 3e55ba7
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions kine.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: kine
version: 0.11.3
epoch: 0
epoch: 1
description: Run Kubernetes on MySQL, Postgres, sqlite, dqlite, not etcd.
copyright:
- license: Apache-2.0
Expand All @@ -21,10 +21,15 @@ environment:
pipeline:
- uses: git-checkout
with:
destination: kine
expected-commit: 4929f3ee56b62d6ade444e93894aba688db50d54
repository: https://github.com/k3s-io/kine
tag: v${{package.version}}
expected-commit: 4929f3ee56b62d6ade444e93894aba688db50d54
destination: kine

- uses: go/bump
with:
deps: go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/[email protected] go.opentelemetry.io/otel/[email protected]
modroot: kine

- runs: |
cd kine
Expand Down

0 comments on commit 3e55ba7

Please sign in to comment.