go.mondoo.com/cnquery@v0.0.0-20231005093811-59568235f6ea/cli/shell/testdata/centos8.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-193.6.3.el8_2.x86_64"
     9  
    10  [files."/etc/redhat-release"]
    11  content = "CentOS Linux release 8.2.2004 (Core)"
    12  
    13  [files."/etc/centos-release"]
    14  content = "CentOS Linux release 8.2.2004 (Core)"
    15  
    16  [files."/etc/os-release"]
    17  content = """
    18  NAME="CentOS Linux"
    19  VERSION="8 (Core)"
    20  ID="centos"
    21  ID_LIKE="rhel fedora"
    22  VERSION_ID="8"
    23  PLATFORM_ID="platform:el8"
    24  PRETTY_NAME="CentOS Linux 8 (Core)"
    25  ANSI_COLOR="0;31"
    26  CPE_NAME="cpe:/o:centos:centos:8"
    27  HOME_URL="https://www.centos.org/"
    28  BUG_REPORT_URL="https://bugs.centos.org/"
    29  CENTOS_MANTISBT_PROJECT="CentOS-8"
    30  CENTOS_MANTISBT_PROJECT_VERSION="8"
    31  REDHAT_SUPPORT_PRODUCT="centos"
    32  REDHAT_SUPPORT_PRODUCT_VERSION="8"
    33  """