Skip to content

Commit

Permalink
Merge pull request #182 from vlvasilev/add-tune2fs-to-the-pipline
Browse files Browse the repository at this point in the history
Add tune2fs image to the pipeline
  • Loading branch information
vlvasilev authored Mar 15, 2023
2 parents f1e2580 + d977624 commit 2297d59
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .ci/pipeline_definitions
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,20 @@ logging:
confidentiality_requirement: 'high'
integrity_requirement: 'high'
availability_requirement: 'low'
tune2fs:
registry: 'gcr-readwrite'
image: 'eu.gcr.io/gardener-project/gardener/tune2fs'
dockerfile: './Dockerfile'
target: tune2fs
resource_labels:
- name: 'gardener.cloud/cve-categorisation'
value:
network_exposure: 'private'
authentication_enforced: false
user_interaction: 'gardener-operator'
confidentiality_requirement: 'none'
integrity_requirement: 'none'
availability_requirement: 'low'
steps:
verify:
image: 'golang:1.20.2'
Expand Down

0 comments on commit 2297d59

Please sign in to comment.