1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-14 11:57:48 +00:00
Cloud Native Policy Management
Find a file
dependabot[bot] d898ac9667
chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.15.0 ()
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.15.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.15.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-10 10:04:37 +00:00
.devcontainer feat: add arm64 support in devcontainers () 2023-10-19 07:47:31 +00:00
.github chore (deps): bump a couple of deps () 2023-11-09 16:25:15 +05:30
.vscode chore: fix vscode launch.json for cli () 2023-09-01 11:02:48 +00:00
api fix: generate policy fails if triggered resource name exceeds 63 characters limit () 2023-11-06 10:37:13 +00:00
charts fix: generate policy fails if triggered resource name exceeds 63 characters limit () 2023-11-06 10:37:13 +00:00
cmd chore: bump cosign to v2.2.1 () 2023-11-09 12:22:35 +00:00
config fix: generate policy fails if triggered resource name exceeds 63 characters limit () 2023-11-06 10:37:13 +00:00
data feat: update built-in resource schemas () 2023-04-27 05:11:31 +00:00
docs fix: generate policy fails if triggered resource name exceeds 63 characters limit () 2023-11-06 10:37:13 +00:00
ext refactor: move resource loader package to ext () 2023-10-30 17:27:02 +00:00
hack feat: improve instrumented clients () 2023-04-25 15:31:09 +00:00
img upload logo () 2021-02-08 13:09:37 -08:00
litmuschaos [Chore] Bump to Go 1.20 () 2023-04-03 11:40:47 +00:00
pkg Reduce deps () 2023-11-09 13:04:24 +00:00
scripts fix: make tuf feature in chart consistent with others () 2023-09-27 13:03:17 +00:00
test fix: generate policy fails if triggered resource name exceeds 63 characters limit () 2023-11-06 10:37:13 +00:00
.codeclimate.yml remove arm from goreleaser () 2020-06-04 11:45:37 -07:00
.directory Implemented validation across same yaml 2019-06-20 18:21:55 +03:00
.gitignore fix: makefile build/kind targets and add target to save built images to files () 2023-02-28 09:33:53 +00:00
.golangci.yml chore: increase linter timeout () 2023-07-06 13:39:52 +00:00
.goreleaser.yml fix: release archive name template () 2023-09-20 22:35:49 +00:00
.ko.yaml feat: template background controller () 2023-01-31 17:12:34 +01:00
.krew.yaml Remove s390X () 2022-06-03 08:11:12 +00:00
.nancy-ignore chore: fix nancy ignore () 2023-10-27 11:50:39 +00:00
ADOPTERS.md Adopters spotify () 2023-11-09 15:52:28 +00:00
CHANGELOG.md chore: enable policy exceptions by default () 2023-09-27 17:40:13 +00:00
CODE_OF_CONDUCT.md Fix typos () 2021-12-18 20:03:16 +00:00
CODEOWNERS Adding myself to CODEOWNERS () 2023-07-05 15:29:57 +02:00
CONTRIBUTING.md Update CONTRIBUTING.md () 2023-10-15 15:10:16 -04:00
CONTRIBUTORS.md Adding myself to contributors.md () 2023-05-31 17:06:37 -07:00
DEVELOPMENT.md adding env to doc () 2023-07-21 06:46:14 +00:00
go.mod chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.15.0 () 2023-11-10 10:04:37 +00:00
go.sum chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.15.0 () 2023-11-10 10:04:37 +00:00
GOVERNANCE.md governance added () 2023-03-10 10:52:50 +00:00
LICENSE Create LICENSE 2019-06-05 23:00:32 -04:00
MAINTAINERS.md update () 2023-08-16 18:00:11 +00:00
Makefile [Helm] AdmissionReport cleanup job tag bump () 2023-10-23 17:13:07 +08:00
OWNERS.md chore: add myself in approvers () 2022-10-15 23:55:00 +00:00
README.md bump versions, license () 2023-03-28 22:17:06 +00:00
renovate.json chore(deps): add renovate.json () 2022-03-29 16:09:23 +08:00
ROADMAP.md Add Roadmap.md and link to active releases / roadap () 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 () 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.