go.mondoo.com/cnquery@v0.0.0-20231005093811-59568235f6ea/_motor/platform/detector/testdata/detect-kalirolling.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/os-release"]
    11  content = """
    12  PRETTY_NAME="Kali GNU/Linux Rolling"
    13  NAME="Kali GNU/Linux"
    14  ID=kali
    15  VERSION="2019.4"
    16  VERSION_ID="2019.4"
    17  VERSION_CODENAME="kali-rolling"
    18  ID_LIKE=debian
    19  ANSI_COLOR="1;31"
    20  HOME_URL="https://www.kali.org/"
    21  SUPPORT_URL="https://forums.kali.org/"
    22  BUG_REPORT_URL="https://bugs.kali.org/"
    23  """
    24  
    25  [files."/etc/debian_version"]
    26  content = "10.0"