diff --git a/kyverno.yaml b/kyverno.yaml index f9bc3227abb..a6412325425 100644 --- a/kyverno.yaml +++ b/kyverno.yaml @@ -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/notation-go@v1.0.1 - - # Mitigate CVE-2023-47108/GHSA-8pgv-569h-w5rw - go get go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.46.0 - go get go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc@v0.43.0 - go get go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.46.0 - # GHSA-2c7c-3mj9-8fqh go get github.com/go-jose/go-jose/v3@v3.0.1