Skip to content

Commit

Permalink
🧹 Update the metadata for registry (#141)
Browse files Browse the repository at this point in the history
Just use Kubernetes

Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 authored Mar 5, 2024
1 parent 8c918cb commit 81f55aa
Showing 1 changed file with 53 additions and 53 deletions.
106 changes: 53 additions & 53 deletions core/mondoo-kubernetes-incident-response.mql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ packs:
- name: Mondoo, Inc
email: [email protected]
tags:
mondoo.com/platform: kubernetes,k8s # remove k8s when v9 is released
mondoo.com/platform: kubernetes
mondoo.com/category: security
groups:
- title: Cluster Incident Response
Expand Down Expand Up @@ -59,12 +59,12 @@ packs:
- uid: mondoo-kubernetes-incident-response-pod-container
title: Container image information
mql: |
k8s.pod {
k8s.pod {
name
namespace
initContainers {
image
containerImage {
initContainers {
image
containerImage {
name
identifier
identifierType
Expand All @@ -74,9 +74,9 @@ packs:
}
}
}
containers {
image
containerImage {
containers {
image
containerImage {
name
identifier
identifierType
Expand All @@ -86,9 +86,9 @@ packs:
}
}
}
ephemeralContainers {
image
containerImage {
ephemeralContainers {
image
containerImage {
name
identifier
identifierType
Expand Down Expand Up @@ -118,12 +118,12 @@ packs:
- uid: mondoo-kubernetes-incident-response-deployment-container
title: Container image information
mql: |
k8s.deployment {
k8s.deployment {
name
namespace
initContainers {
image
containerImage {
initContainers {
image
containerImage {
name
identifier
identifierType
Expand All @@ -133,9 +133,9 @@ packs:
}
}
}
containers {
image
containerImage {
containers {
image
containerImage {
name
identifier
identifierType
Expand Down Expand Up @@ -164,12 +164,12 @@ packs:
- uid: mondoo-kubernetes-incident-response-cronjob-container
title: Container image information
mql: |
k8s.cronjob {
k8s.cronjob {
name
namespace
initContainers {
image
containerImage {
initContainers {
image
containerImage {
name
identifier
identifierType
Expand All @@ -179,9 +179,9 @@ packs:
}
}
}
containers {
image
containerImage {
containers {
image
containerImage {
name
identifier
identifierType
Expand Down Expand Up @@ -210,12 +210,12 @@ packs:
- uid: mondoo-kubernetes-incident-response-job-container
title: Container image information
mql: |
k8s.job {
k8s.job {
name
namespace
initContainers {
image
containerImage {
initContainers {
image
containerImage {
name
identifier
identifierType
Expand All @@ -225,9 +225,9 @@ packs:
}
}
}
containers {
image
containerImage {
containers {
image
containerImage {
name
identifier
identifierType
Expand Down Expand Up @@ -256,12 +256,12 @@ packs:
- uid: mondoo-kubernetes-incident-response-daemonset-container
title: Container image information
mql: |
k8s.daemonset {
k8s.daemonset {
name
namespace
initContainers {
image
containerImage {
initContainers {
image
containerImage {
name
identifier
identifierType
Expand All @@ -271,9 +271,9 @@ packs:
}
}
}
containers {
image
containerImage {
containers {
image
containerImage {
name
identifier
identifierType
Expand Down Expand Up @@ -302,12 +302,12 @@ packs:
- uid: mondoo-kubernetes-incident-response-statefulset-container
title: Container image information
mql: |
k8s.statefulset {
k8s.statefulset {
name
namespace
initContainers {
image
containerImage {
initContainers {
image
containerImage {
name
identifier
identifierType
Expand All @@ -317,9 +317,9 @@ packs:
}
}
}
containers {
image
containerImage {
containers {
image
containerImage {
name
identifier
identifierType
Expand Down Expand Up @@ -348,12 +348,12 @@ packs:
- uid: mondoo-kubernetes-incident-response-replicaset-container
title: Container image information
mql: |
k8s.replicaset {
k8s.replicaset {
name
namespace
initContainers {
image
containerImage {
initContainers {
image
containerImage {
name
identifier
identifierType
Expand All @@ -363,9 +363,9 @@ packs:
}
}
}
containers {
image
containerImage {
containers {
image
containerImage {
name
identifier
identifierType
Expand Down

0 comments on commit 81f55aa

Please sign in to comment.