1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-15 17:51:20 +00:00
Cloud Native Policy Management
Find a file
dependabot[bot] 2f973a867f
chore(deps): bump sigs.k8s.io/controller-runtime from 0.15.0 to 0.15.1 (#7975)
Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.15.0 to 0.15.1.
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases)
- [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md)
- [Commits](https://github.com/kubernetes-sigs/controller-runtime/compare/v0.15.0...v0.15.1)

---
updated-dependencies:
- dependency-name: sigs.k8s.io/controller-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-07 08:36:11 +00:00
.devcontainer chore(deps): bump ubuntu from 6120be6 to 0bced47 in /.devcontainer (#7744) 2023-07-04 10:35:36 +02:00
.github chore(deps): bump slsa-framework/slsa-github-generator (#7968) 2023-08-04 11:03:50 +02:00
.vscode chore: fix cleanup controller debug in vscode (#7963) 2023-08-03 14:52:04 +00:00
api feat: add basic structure for image verify cache (#7890) 2023-08-06 21:54:52 +02:00
charts feat: add basic structure for image verify cache (#7890) 2023-08-06 21:54:52 +02:00
cmd Fixes kyverno cli container reorder (#7943) 2023-08-07 07:22:26 +00:00
config feat: add basic structure for image verify cache (#7890) 2023-08-06 21:54:52 +02:00
data feat: update built-in resource schemas (#7014) 2023-04-27 05:11:31 +00:00
docs feat: add basic structure for image verify cache (#7890) 2023-08-06 21:54:52 +02:00
hack feat: improve instrumented clients (#7006) 2023-04-25 15:31:09 +00:00
img
litmuschaos [Chore] Bump to Go 1.20 (#6683) 2023-04-03 11:40:47 +00:00
pkg feat: add basic structure for image verify cache (#7890) 2023-08-06 21:54:52 +02:00
scripts feat: add ttl controller (#7821) 2023-08-02 16:47:40 +02:00
test Fixes kyverno cli container reorder (#7943) 2023-08-07 07:22:26 +00:00
.codeclimate.yml
.directory
.gitignore fix: makefile build/kind targets and add target to save built images to files (#6416) 2023-02-28 09:33:53 +00:00
.golangci.yml chore: increase linter timeout (#7767) 2023-07-06 13:39:52 +00:00
.goreleaser.yml Removed usage of replacements from goreleaser.yml file (#7833) 2023-08-01 09:56:50 +02:00
.ko.yaml feat: template background controller (#6157) 2023-01-31 17:12:34 +01:00
.krew.yaml Remove s390X (#4063) 2022-06-03 08:11:12 +00:00
.nancy-ignore fix: ignore tekton/pipeline (#7858) 2023-07-20 03:48:29 +00:00
ADOPTERS.md add IITS Consulting as adopter from Google Form (#7932) 2023-07-28 15:37:03 +00:00
CHANGELOG.md fix: rename --compact to --detailed-results in CLI (#7937) 2023-07-31 14:15:47 +00:00
CODE_OF_CONDUCT.md Fix typos (#2860) 2021-12-18 20:03:16 +00:00
CODEOWNERS Adding myself to CODEOWNERS (#7755) 2023-07-05 15:29:57 +02:00
CONTRIBUTING.md Update CONTRIBUTING.md (#7872) 2023-07-21 06:14:32 +00:00
CONTRIBUTORS.md Adding myself to contributors.md (#7373) 2023-05-31 17:06:37 -07:00
DEVELOPMENT.md adding env to doc (#7813) 2023-07-21 06:46:14 +00:00
go.mod chore(deps): bump sigs.k8s.io/controller-runtime from 0.15.0 to 0.15.1 (#7975) 2023-08-07 08:36:11 +00:00
go.sum chore(deps): bump sigs.k8s.io/controller-runtime from 0.15.0 to 0.15.1 (#7975) 2023-08-07 08:36:11 +00:00
GOVERNANCE.md governance added (#6488) 2023-03-10 10:52:50 +00:00
LICENSE
MAINTAINERS.md reinstate Sam (#6798) 2023-04-05 21:25:51 +02:00
Makefile feat: add applyconfiguration-gen support (#7768) 2023-07-10 15:23:25 +05:30
OWNERS.md chore: add myself in approvers (#4990) 2022-10-15 23:55:00 +00:00
README.md bump versions, license (#6714) 2023-03-28 22:17:06 +00:00
renovate.json chore(deps): add renovate.json (#3471) 2022-03-29 16:09:23 +08:00
ROADMAP.md Add Roadmap.md and link to active releases / roadap (#6564) 2023-03-14 10:21:17 +00:00
SECURITY.md feat: security.md 2021-09-19 09:50:26 +05:30
sonar-project.properties Integrate Sonarcloud and Nancy github action (#3491) 2022-09-14 07:25:14 +00:00

Kyverno Tweet

Kubernetes Native Policy Management 🎉

build releaser Go Report Card License: Apache-2.0 GitHub Repo stars CII Best Practices OpenSSF Scorecard codecov Artifact HUB FOSSA Status

logo

Kyverno is a policy engine designed for Kubernetes. It can validate, mutate, and generate configurations using admission controls and background scans. Kyverno policies are Kubernetes resources and do not require learning a new language. Kyverno is designed to work nicely with tools you already use like kubectl, kustomize, and Git.

📙 Documentation

Kyverno installation and reference documents are available at kyverno.io.

👉 Quick Start

👉 Installation

👉 Sample Policies

🙋‍♂️ Getting Help

We are here to help!

👉 For feature requests and bugs, file an issue.

👉 For discussions or questions, join the Kyverno Slack channel.

👉 For community meeting access, join the mailing list.

👉 To get updates star this repository.

Contributing

Thanks for your interest in contributing to Kyverno! Here are some steps to help get you started:

✔ Read and agree to the Contribution Guidelines.

✔ Browse through the GitHub discussions.

✔ Read Kyverno design and development details on the GitHub Wiki.

✔ Check out the good first issues list. Add a comment with /assign to request assignment of the issue.

✔ Check out the Kyverno Community page for other ways to get involved.

Software Bill of Materials

All Kyverno images include a Software Bill of Materials (SBOM) in CycloneDX JSON format. SBOMs for Kyverno images are stored in a separate repository at ghcr.io/kyverno/sbom. More information on this is available at Fetching the SBOM for Kyverno.

Contributors

Kyverno is built and maintained by our growing community of contributors!

Made with contributors-img.

License

Copyright 2023, the Kyverno project. All rights reserved. Kyverno is licensed under the Apache License 2.0.

Kyverno is a Cloud Native Computing Foundation (CNCF) Incubating project and was contributed by Nirmata.