go.mondoo.com/cnquery@v0.0.0-20231005093811-59568235f6ea/_motor/platform/detector/testdata/detect-amzn-2022.toml (about)

     1  [commands."uname -s"]
     2  stdout = "Linux"
     3  
     4  [commands."uname -m"]
     5  stdout = "aarch64"
     6  
     7  [commands."uname -r"]
     8  stdout = "5.10.75-82.359.amzn2022.aarch64"
     9  
    10  [files."/etc/os-release"]
    11  content = """
    12  NAME="Amazon Linux"
    13  VERSION="2022"
    14  ID="amzn"
    15  ID_LIKE="fedora"
    16  VERSION_ID="2022"
    17  PLATFORM_ID="platform:al2022"
    18  PRETTY_NAME="Amazon Linux 2022"
    19  ANSI_COLOR="0;33"
    20  CPE_NAME="cpe:2.3:o:amazon:amazon_linux:2022"
    21  HOME_URL="https://amazonlinux.com/"
    22  """