go.mondoo.com/cnquery@v0.0.0-20231005093811-59568235f6ea/_motor/platform/detector/testdata/detect-amzn-2.toml (about) 1 [commands."uname -s"] 2 stdout = "Linux" 3 4 [commands."uname -m"] 5 stdout = "x86_64" 6 7 [commands."uname -r"] 8 stdout = "4.14.177-139.253.amzn2.x86_64" 9 10 [files."/etc/os-release"] 11 content = """ 12 NAME="Amazon Linux" 13 VERSION="2" 14 ID="amzn" 15 ID_LIKE="centos rhel fedora" 16 VERSION_ID="2" 17 PRETTY_NAME="Amazon Linux 2" 18 ANSI_COLOR="0;33" 19 CPE_NAME="cpe:2.3:o:amazon:amazon_linux:2" 20 HOME_URL="https://amazonlinux.com/" 21 """