platform
Description
Common platform information (OS, API, Service)
Fields
ID | TYPE | DESCRIPTION |
---|---|---|
name | string | Name of the platform |
title | string | Human-readable name of the platform |
family | []string | List of platform families that this platform belongs to |
release | string | Release version of the platform |
build | string | Build version of the platform (optional) |
fqdn | string | Fully qualified domain name (optional) |
arch | string | Architecture this OS is running on |
kind | string | Kind of this platform (API, code, image, package, etc) |
runtimeEnv | string | Contextual information about the runtime (bare-metal, cloud, container, etc), TODO: rename to runtime (it conflicts with built-in runtime) |
vulnerabilityReport | dict | full advisory & vulnerability report |
Examples
Platform Name and Release
platform { name release }