Skip to content

Commit

Permalink
add cve runtime context for mcm and provider-openstack (#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabh-11 authored Feb 3, 2023
1 parent 26a639f commit fb06696
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions charts/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,28 @@ images:
sourceRepository: github.com/gardener/machine-controller-manager
repository: eu.gcr.io/gardener-project/gardener/machine-controller-manager
tag: "v0.47.0"
labels:
- name: 'gardener.cloud/cve-categorisation'
value:
network_exposure: 'protected'
authentication_enforced: false
user_interaction: 'gardener-operator'
confidentiality_requirement: 'high'
integrity_requirement: 'high'
availability_requirement: 'low'
- name: machine-controller-manager-provider-openstack
sourceRepository: github.com/gardener/machine-controller-manager-provider-openstack
repository: eu.gcr.io/gardener-project/gardener/machine-controller-manager-provider-openstack
tag: "v0.13.0"
labels:
- name: 'gardener.cloud/cve-categorisation'
value:
network_exposure: 'protected'
authentication_enforced: false
user_interaction: 'gardener-operator'
confidentiality_requirement: 'high'
integrity_requirement: 'high'
availability_requirement: 'low'

- name: csi-driver-cinder
sourceRepository: github.com/kubernetes/cloud-provider-openstack
Expand Down

0 comments on commit fb06696

Please sign in to comment.