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