go.mondoo.com/cnquery@v0.0.0-20231005093811-59568235f6ea/_motor/platform/detector/testdata/detect-almalinux-8.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.18.0-240.el8.x86_64" 9 10 [files."/etc/redhat-release"] 11 content = "AlmaLinux release 8.3 Beta (Purple Manul)" 12 13 [files."/etc/centos-release"] 14 content = "AlmaLinux release 8.3 Beta (Purple Manul)" 15 16 [files."/etc/almalinux-release"] 17 content = "AlmaLinux release 8.3 Beta (Purple Manul)" 18 19 [files."/etc/os-release"] 20 content = """ 21 NAME="AlmaLinux" 22 VERSION="8.3 (Purple Manul)" 23 ID="almalinux" 24 ID_LIKE="rhel centos fedora" 25 VERSION_ID="8.3" 26 PLATFORM_ID="platform:el8" 27 PRETTY_NAME="AlmaLinux 8.3 Beta (Purple Manul)" 28 ANSI_COLOR="0;34" 29 CPE_NAME="cpe:/o:almalinux:almalinux:8.3:beta" 30 HOME_URL="https://almalinux.org/" 31 BUG_REPORT_URL="https://bugs.almalinux.org/" 32 33 ALMALINUX_MANTISBT_PROJECT="AlmaLinux-8" 34 ALMALINUX_MANTISBT_PROJECT_VERSION="8" 35 """