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