go.mondoo.com/cnquery@v0.0.0-20231005093811-59568235f6ea/providers/os/resources/reboot/testdata/amzn_kernel_container.toml (about) 1 [commands."rpm -q kernel --queryformat '%{NAME} %{EPOCHNUM}:%{VERSION}-%{RELEASE} %{ARCH} %{SUMMARY}\n'"] 2 stdout = """ 3 package kernel is not installed 4 """ 5 6 [commands."uname -r"] 7 stdout = "4.9.184-linuxkit" 8 9 [commands."uname -s"] 10 stdout = "Linux" 11 12 [commands."uname -m"] 13 stdout = "x86_64" 14 15 [files."/etc/os-release"] 16 content = """ 17 NAME="Amazon Linux" 18 VERSION="2" 19 ID="amzn" 20 ID_LIKE="centos rhel fedora" 21 VERSION_ID="2" 22 PRETTY_NAME="Amazon Linux 2" 23 ANSI_COLOR="0;33" 24 CPE_NAME="cpe:2.3:o:amazon:amazon_linux:2" 25 HOME_URL="https://amazonlinux.com/" 26 """