-
Notifications
You must be signed in to change notification settings - Fork 323
Expand file tree
/
Copy pathentities.yaml
More file actions
42 lines (42 loc) · 1.14 KB
/
entities.yaml
File metadata and controls
42 lines (42 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
groups:
- id: entity.container
type: entity
stability: development
name: container
brief: >
A container instance.
attributes:
- ref: container.name
- ref: container.id
- ref: container.command
requirement_level: opt_in
- ref: container.command_line
requirement_level: opt_in
- ref: container.command_args
requirement_level: opt_in
- ref: container.label
- ref: oci.manifest.digest
- id: entity.container.image
type: entity
stability: development
name: container.image
brief: >
The image used for the container.
attributes:
- ref: container.image.name
- ref: container.image.tags
- ref: container.image.id
- ref: container.image.repo_digests
- id: entity.container.runtime
type: entity
stability: development
name: container.runtime
brief: >
The runtime being used to run the container
attributes:
- ref: container.runtime.description
role: descriptive
- ref: container.runtime.name
role: identifying
- ref: container.runtime.version
role: identifying