mirror of
https://github.com/kyverno/kyverno.git
synced 2025-04-15 16:56:56 +00:00
* update version drop-down Signed-off-by: Chip Zoller <chipzoller@gmail.com> * Add workflow to detect and report on image vulnerabilities Signed-off-by: Chip Zoller <chipzoller@gmail.com> * pin deps Signed-off-by: Chip Zoller <chipzoller@gmail.com> * bump JasonEtco/create-an-issue Signed-off-by: Chip Zoller <chipzoller@gmail.com> * bump versions in drop-downs Signed-off-by: Chip Zoller <chipzoller@gmail.com> * fix background mode scan with request.operation Signed-off-by: Chip Zoller <chipzoller@gmail.com> * Revert "bump versions in drop-downs" This reverts commit5fcea048dd
. * Revert "bump JasonEtco/create-an-issue" This reverts commitf0d44c7aca
. Signed-off-by: Chip Zoller <chipzoller@gmail.com> Co-authored-by: Vyankatesh Kudtarkar <vyankateshkd@gmail.com>
41 lines
1.4 KiB
YAML
41 lines
1.4 KiB
YAML
apiVersion: v2
|
|
type: application
|
|
name: kyverno-policies
|
|
version: v2.5.5
|
|
appVersion: v1.7.3
|
|
icon: https://github.com/kyverno/kyverno/raw/main/img/logo.png
|
|
description: Kubernetes Pod Security Standards implemented as Kyverno policies
|
|
keywords:
|
|
- kubernetes
|
|
- nirmata
|
|
- policy agent
|
|
- validating webhook
|
|
- admissions controller
|
|
home: https://kyverno.io/policies/
|
|
sources:
|
|
- https://github.com/kyverno/policies
|
|
maintainers:
|
|
- name: Nirmata
|
|
url: https://kyverno.io/
|
|
kubeVersion: ">=1.16.0-0"
|
|
annotations:
|
|
artifacthub.io/operator: "false"
|
|
artifacthub.io/prerelease: "false"
|
|
# valid kinds are: added, changed, deprecated, removed, fixed and security
|
|
artifacthub.io/changes: |
|
|
- kind: added
|
|
description: Add possibility to manually set kyvernoVersion and avoid autodetection
|
|
- kind: added
|
|
description: Support for artifacthub.io/changes annotation
|
|
- kind: fixed
|
|
description: Fix Kyverno version check when image tag contains registry port number
|
|
- kind: fixed
|
|
description: Ensure preconditions are present with default values
|
|
- kind: added
|
|
description: Support for failurePolicy setting in kyverno-policies helm chart
|
|
- kind: added
|
|
description: Add possibility to set validationFailureAction by Policy
|
|
- kind: added
|
|
description: Added ability to get additional policies from restricted
|
|
- kind: fixed
|
|
description: Applied fix in preconditions for background mode
|