-
Notifications
You must be signed in to change notification settings - Fork 278
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9154 from wolfi-dev/wolfictl-2971bc78-dd45-44de-a…
…962-d53117124387 kyverno/1.11.1 package update
- Loading branch information
Showing
1 changed file
with
3 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
package: | ||
name: kyverno | ||
version: 1.11.0 | ||
epoch: 2 | ||
version: 1.11.1 | ||
epoch: 0 | ||
description: Kubernetes Native Policy Management | ||
copyright: | ||
- license: Apache-2.0 | ||
|
@@ -22,19 +22,11 @@ environment: | |
pipeline: | ||
- uses: git-checkout | ||
with: | ||
expected-commit: a411fe6377afc165f31f251d119ab526f56fcfb6 | ||
expected-commit: afe740a42abb147d853a3cd03451d0a913fdd47b | ||
repository: https://github.com/kyverno/kyverno | ||
tag: v${{package.version}} | ||
|
||
- runs: | | ||
# Mitigate GHSA-87x9-7grx-m28v/GHSA-xhg5-42rf-296r | ||
go get github.com/notaryproject/[email protected] | ||
# Mitigate CVE-2023-47108/GHSA-8pgv-569h-w5rw | ||
go get go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/[email protected] | ||
go get go.opentelemetry.io/otel/exporters/otlp/otlpmetric/[email protected] | ||
go get go.opentelemetry.io/contrib/instrumentation/net/http/[email protected] | ||
# GHSA-2c7c-3mj9-8fqh | ||
go get github.com/go-jose/go-jose/[email protected] | ||
|