go.mondoo.com/cnquery@v0.0.0-20231005093811-59568235f6ea/_motor/platform/detector/testdata/detect-centos-9-stream.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 = "5.10.76-linuxkit" 9 10 [files."/etc/redhat-release"] 11 content = "CentOS Stream release 9" 12 13 [files."/etc/centos-release"] 14 content = "CentOS Stream release 9" 15 16 [files."/etc/os-release"] 17 content = """ 18 NAME="CentOS Stream" 19 VERSION="9" 20 ID="centos" 21 ID_LIKE="rhel fedora" 22 VERSION_ID="9" 23 PLATFORM_ID="platform:el9" 24 PRETTY_NAME="CentOS Stream 9" 25 ANSI_COLOR="0;31" 26 LOGO="fedora-logo-icon" 27 CPE_NAME="cpe:/o:centos:centos:9" 28 HOME_URL="https://centos.org/" 29 BUG_REPORT_URL="https://bugzilla.redhat.com/" 30 REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 31 REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 32 """