Skip to content

Commit

Permalink
Add cve categorization for mcm
Browse files Browse the repository at this point in the history
  • Loading branch information
dkistner committed Feb 24, 2023
1 parent cfede93 commit 362bbf3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .ci/pipeline_definitions
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@ machine-controller-manager:
build: ~
registry: 'gcr-readwrite'
image: 'eu.gcr.io/gardener-project/gardener/machine-controller-manager'
resource_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'
steps:
check:
image: 'golang:1.19.4'
Expand Down

0 comments on commit 362bbf3

Please sign in to comment.