{"id":19639970,"url":"https://github.com/mondoohq/installer","last_synced_at":"2026-05-05T10:01:55.059Z","repository":{"id":37086948,"uuid":"191541060","full_name":"mondoohq/installer","owner":"mondoohq","description":"Linux, macOS and Windows Install scripts for cnquery \u0026 cnspec","archived":false,"fork":false,"pushed_at":"2026-04-23T10:10:40.000Z","size":55976,"stargazers_count":83,"open_issues_count":34,"forks_count":13,"subscribers_count":14,"default_branch":"main","last_synced_at":"2026-04-23T10:35:05.642Z","etag":null,"topics":["aws","cloud-native","container","docker","kubernetes","linux","macos","scanner","security","terraform","vmware","vulnerability","windows"],"latest_commit_sha":null,"homepage":"https://install.mondoo.com","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mondoohq.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-06-12T09:32:26.000Z","updated_at":"2026-04-23T10:10:42.000Z","dependencies_parsed_at":"2023-02-11T22:02:08.620Z","dependency_job_id":"b09f9af6-1812-44be-b7e6-8a4a1f7acefc","html_url":"https://github.com/mondoohq/installer","commit_stats":null,"previous_names":["mondoolabs/mondoo"],"tags_count":482,"template":false,"template_full_name":null,"purl":"pkg:github/mondoohq/installer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mondoohq%2Finstaller","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mondoohq%2Finstaller/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mondoohq%2Finstaller/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mondoohq%2Finstaller/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mondoohq","download_url":"https://codeload.github.com/mondoohq/installer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mondoohq%2Finstaller/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32644188,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"online","status_checked_at":"2026-05-05T02:00:06.033Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","cloud-native","container","docker","kubernetes","linux","macos","scanner","security","terraform","vmware","vulnerability","windows"],"created_at":"2024-11-11T14:04:04.933Z","updated_at":"2026-05-05T10:01:55.013Z","avatar_url":"https://github.com/mondoohq.png","language":"PowerShell","funding_links":[],"categories":["PowerShell"],"sub_categories":[],"readme":"# Overview\n\n- [Installation](#installation)\n  - [mql](#mql)\n  - [cnspec](#cnspec)\n- [Scan your target platform](#scan-your-target-platform)\n- [Package Information](#package-information)\n- [Kubernetes](#kubernetes)\n\n## Status\n\n- Docker Containers: [![Release Test: Docker Containers](https://github.com/mondoohq/installer/actions/workflows/test-released-docker.yaml/badge.svg)](https://github.com/mondoohq/installer/actions/workflows/test-released-docker.yaml)\n- Homebrew: [![Release Test: Homebrew](https://github.com/mondoohq/installer/actions/workflows/test-released-docker.yaml/badge.svg)](https://github.com/mondoohq/installer/actions/workflows/test-released-docker.yaml)\n- Install.sh: [![Release Test: install.sh](https://github.com/mondoohq/installer/actions/workflows/test-released-install-sh.yaml/badge.svg)](https://github.com/mondoohq/installer/actions/workflows/test-released-install-sh.yaml.yaml)\n- Install.ps1: [![Release Test: install.ps1](https://github.com/mondoohq/installer/actions/workflows/test-released-install-ps1.yaml/badge.svg)](https://github.com/mondoohq/installer/actions/workflows/test-released-install-ps1.yaml)\n- macOS Pkg: [![Release Test: macOS Package](https://github.com/mondoohq/installer/actions/workflows/test-released-osx-pkg.yaml/badge.svg)](https://github.com/mondoohq/installer/actions/workflows/test-released-osx-pkg.yaml)\n- Arch Linux: [![Release Test: Arch Linux](https://github.com/mondoohq/installer/actions/workflows/test-released-archlinux.yaml/badge.svg)](https://github.com/mondoohq/installer/actions/workflows/test-released-archlinux.yaml)\n\n## Installation\n\nThe easiest way to install `mql` \u0026 `cnspec` is to use the install scripts.\n\n### via Shell Script (Linux and macOS)\n\n[`https://install.mondoo.com/sh`](https://install.mondoo.com/sh)\n\n```bash\nbash -c \"$(curl -sSL https://install.mondoo.com/sh)\"\n```\n\n### via PowerShell (Windows)\n\n[`https://install.mondoo.com/ps1`](https://install.mondoo.com/ps1)\n\n```powershell\nSet-ExecutionPolicy Unrestricted -Scope Process -Force;\n[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072;\niex ((New-Object System.Net.WebClient).DownloadString('https://install.mondoo.com/ps1'));\nInstall-Mondoo;\n```\n\n## Scan your target platform\n\nScan your [target platform](https://github.com/mondoohq/cnspec/#supported-targets):\n\n```bash\n# query system information with incident and inventory query pack\nmql scan aws\n# scan the platform for security vulnerabilities\ncnspec scan aws\n```\n\nSign up for a Mondoo account to access more policies and store reports. To learn more, [contact us](https://mondoo.com/contact).\n\n```bash\ncnspec login -t 'eyJh...llZ4BW'\n```\n\nmql \u0026 cnspec support local and remote targets, including servers (Linux, Windows, macOS), Cloud (AWS, Azure, Google, VMware), Kubernetes (EKS, GKE, AKS, self-managed), containers, container registries, SaaS products (Google Workspace, M365, GitHub, GitLab), and more.\n\nRun a scan:\n\n```bash\n# scan your local host\ncnspec scan local\n\n# scan a cloud environment\ncnspec scan aws\ncnspec scan gcp\ncnspec scan azure\n\n# scan a kubernetes cluster\ncnspec scan k8s\n\n# scan a docker image from a remote registry\ncnspec scan docker image debian:12\n\n# scan a docker container (get ids from docker ps)\ncnspec scan docker container 00fa961d6b6a\n\n# scan a system over ssh\ncnspec scan ssh ec2-user@54.76.229.223\n```\n\n## Package Information\n\n`https://install.mondoo.com/package/cnspec/{platform}/{arch}/{filetype}/{version}/{method}`\n\nThe arguments support the following values:\n\n| Argument   | Values                                               |\n| ---------- | ---------------------------------------------------- |\n| `platform` | `linux`, `windows`, `darwin`                         |\n| `arch`     | `amd64`, `arm64`, `armv7`, `armv6`, `386`, `ppc64le` |\n| `filetype` | `tar.gz`, `deb`, `rpm`, `zip`, `pkg`, `msi`          |\n| `version`  | `latest` or specific number                          |\n| `method`   | `download`, `filename`, `version`, `sha256`          |\n\n```bash\n# Download the latest version\nhttps://install.mondoo.com/package/cnspec/linux/arm64/rpm/latest/download\n```\n\n```bash\n# Get the filename for the latest cnspec package\nhttps://install.mondoo.com/package/cnspec/linux/arm64/rpm/latest/filename\n```\n\n```bash\n# Get the version for the latest cnspec package\nhttps://install.mondoo.com/package/cnspec/linux/arm64/rpm/latest/version\n```\n\n```bash\n# Get the sha256 for the latest cnspec client\nhttps://install.mondoo.com/package/cnspec/linux/arm64/rpm/latest/sha256\n```\n\n```bash\n# Download a specific version of cnspec client\nhttps://install.mondoo.com/package/cnspec/linux/arm64/rpm/5.21.1/download\n```\n\n```bash\n# Get the sha256 for a specific version of cnspec Client\nhttps://install.mondoo.com/package/cnspec/linux/arm64/rpm/5.21.1/sha256\n```\n\n## Kubernetes\n\n## Kubernetes Manifests to install the operator\n\n[`https://install.mondoo.com/k8s/operator`](https://install.mondoo.com/k8s/operator)\n\n```bash\nkubectl apply -f https://install.mondoo.com/k8s/operator\n```\n\n### Kubernetes manifest to configure the MondooAuditConfig\n\n[`https://install.mondoo.com/k8s/auditconfig?nodes=true\u0026kubernetesResources=true`](https://install.mondoo.com/k8s/auditconfig?nodes=true\u0026kubernetesResources=true)\n\n```bash\nkubectl apply -f https://install.mondoo.com/k8s/auditconfig?nodes=true\u0026kubernetesResources=true\n```\n\nTo browse all releases, please visit [https://releases.mondoo.com](https://releases.mondoo.com)\n\n## References\n\n**Install Scripts Sources**\n\n- [install.sh](https://github.com/mondoohq/installer/blob/main/install.sh) - `mql` \u0026 `cnspec` Bash Installer\n- [download.sh](https://github.com/mondoohq/installer/blob/main/download.sh) - `mql` \u0026 `cnspec` Bash Binary Downloader\n- [install.ps1](https://github.com/mondoohq/installer/blob/main/install.ps1) - `mql` \u0026 `cnspec` PowerShell Installer\n- [download.ps1](https://github.com/mondoohq/installer/blob/main/download.ps1) - `mql` \u0026 `cnspec` PowerShell Binary Downloader\n\n**Config Management**\n\n- [mql \u0026 cnspec Ansible Role](https://github.com/mondoohq/ansible-mondoo)\n- [mql \u0026 cnspec Chef Cookbook](https://github.com/mondoohq/chef-mondoo)\n\n**Docker Containers**\n\n- [https://hub.docker.com/r/mondoo/mql](https://hub.docker.com/r/mondoo/mql)\n- [https://hub.docker.com/r/mondoo/cnspec](https://hub.docker.com/r/mondoo/cnspec)\n\n**Releases**\n\n- [Release Notes](https://mondoo.com/releases)\n- [Package Downloads](https://releases.mondoo.com)\n\n## Testing\n\n### install.sh\n\nThe `install.sh` script is POSIX `sh` compatible. All tests are driven via `make` from the repo root.\n\n**Quick lint (no Docker needed):**\n\n```bash\n# POSIX compliance: shellcheck -s sh, dash -n, shebang check\nmake test/posix\n\n# General shellcheck (all shell scripts)\nmake test/shellcheck\n```\n\n**Docker-based integration tests:**\n\nThese mount your local `install.sh` into containers and run it under the distro's `/bin/sh`:\n\n```bash\n# Test on Debian/Ubuntu distros (apt)\nmake test/install_sh/apt\n\n# Test on RHEL/CentOS/Fedora distros (yum)\nmake test/install_sh/yum\n\n# Test on SUSE (zypper)\nmake test/install_sh/zypper\n\n# Test via existing multi-stage Dockerfiles (all distros)\nmake test/install_sh\n\n# Run everything: lint + all Docker tests\nmake test/install_sh/all\n```\n\n**Upgrade tests** (cnquery -\u003e mql migration):\n\n```bash\nmake test/install_sh/upgrade-apt\nmake test/install_sh/upgrade-yum\n```\n\n### download.sh\n\n```bash\nmake test/download_sh\n```\n\n### PowerShell\n\n```bash\nmake test/powershell\n```\n\n## Code Signature Verification\n\nMondoo signs Microsoft Windows executables, PowerShell scripts, Linux packages and code signs Apple macOS executables. The public code signing certificate and public GPG key ist store in the [Installer Repo](https://github.com/mondoohq/installer).\n\n- Public certificate for code signing `public-code-signing.cer`\n- Public GPG key for package signing `public-package-signing.gpg`\n\n## Microsoft\n\n**Note:** The cmdlet `Get-AuthenticodeSignature` is currently not available in PowerShell Core, so you will need a Windows installation to run it.\n\nSince the `11.66.1` release, we have adopted [Azure Trusted Signing](https://learn.microsoft.com/en-us/azure/trusted-signing/overview), which provides short-lived code signing certificates that rotate approximately every 72 hours. This means the certificate thumbprint will differ between releases and cannot be used as a reliable method of validation.\n\nTo verify the integrity of the `mql` or `cnspec` executable, please use Microsoft's `Get-AuthenticodeSignature` PowerShell command and verify the **signature status** is `Valid`.  Additionally the **Signer (Subject)** is: `CN=Mondoo, Inc.` and the **Issuer** is: `CN=Microsoft ID Verified CS EOC CA 01, O=Microsoft Corporation, C=US`\n\n```powershell\n$file = \".\\mondoo_11.66.1_windows_amd64.msi\"\n(Get-AuthenticodeSignature -FilePath $file).SignerCertificate | Format-List\n\nSubject      : CN=\"Mondoo, Inc.\", O=\"Mondoo, Inc.\", L=Cary, S=North Carolina, C=US\nIssuer       : CN=Microsoft ID Verified CS EOC CA 01, O=Microsoft Corporation, C=US\nThumbprint   : 6134EB03311452EFFFA36EFC767F4BEBE29A4107\nFriendlyName :\nNotBefore    : 05/08/2025 14:08:51\nNotAfter     : 08/08/2025 14:08:51\nExtensions   : {System.Security.Cryptography.Oid, System.Security.Cryptography.Oid,\n               System.Security.Cryptography.Oid, System.Security.Cryptography.Oid...}\n```\n\nTo verify the integrity of the Mondoo PowerShell `install.ps1` script, please use Microsoft's `Get-AuthenticodeSignature` PowerShell and verify the **signature status** is `Valid`.\n\n```powershell\nGet-AuthenticodeSignature .\\install.ps1\n\nSignerCertificate                         Status\n-----------------                         ------\n6134EB03311452EFFFA36EFC767F4BEBE29A4107  Valid\n```\n\n### Previous Signer\nPrior to version `11.66.1`, we used DigiCert to sign our Microsoft releases. These were signed with a certificate issued by `CN=DigiCert Global G3 Code Signing ECC SHA384 2021 CA1, O=\"DigiCert, Inc.\", C=US` and had a static thumbprint of `EE97D1E3C6CD96E06C47B0233DD7C6CE2684FA50`.\n\n### Apple macOS\n\nTo verify the integrity of the `mql` or `cnspec` executable, please use Apple's codesign utility and compare the TeamIdentifier field, which should match the one below.\n\n```bash\ncodesign --verify -d --verbose=2 /usr/local/bin/cnspec\nExecutable=/Library/Mondoo/bin/cnspec\nIdentifier=cnspec\nFormat=Mach-O universal (x86_64 arm64)\nCodeDirectory v=20500 size=2124850 flags=0x10000(runtime) hashes=66396+2 location=embedded\nSignature size=9054\nAuthority=Developer ID Application: Mondoo, Inc. (W2KUBWKG84)\nAuthority=Developer ID Certification Authority\nAuthority=Apple Root CA\nTimestamp=25. Apr 2023 at 19:47:53\nInfo.plist=not bound\nTeamIdentifier=W2KUBWKG84\nRuntime Version=11.0.0\nSealed Resources=none\nInternal requirements count=1 size=168\n```\n\n## Current \u0026 Previous PGP Public Keys\n\n### Current Key\n\nThe current PGP public key from Mondoo has ID `00E1C42B` / fingerprint `4CE909E26AE7439C39CE7647AC69C65100E1C42B` and is:\n\n```\n-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBGAF59cBEAC2qCHNY7b8vqKNfGkmgUiOQM7Ags2qL7Z6wlZR+6PjfHjCO7c/\nzJgCOSbY1O/XcwnsntQUBlAjZ7yzIBvvvGjmL+3vW1flKl4ZlgLnufHB9oUXtkVd\nAMSnVD/LztLKgDMad4KqNwGHuXOa3Ewl5Fv7ZQBHo0hLjslr/mbjG3CtJovXCuS1\nHHklLwTap5C/SHx6DIQvJ5DV7GyhCJkRvVxs495XPEIjgv5nyftWhkDqVQxdHoSZ\nRoYvoKytG5isDTlv3qbUgPFN6VYvMMEbGegwQpYvdwq6WHNFgri/Abq+yWKZ+Ysn\nt8mXEVZR7onfH8jnI2X2XYrIw/c7GHcmkROU+sDvjKnEY/QfcnZUYQnsYmSW34l5\nrOVoqQNEutlu41r3KZ1Z7fA8aRYo++D6IusmgIZYA0MtverWPc/S+ZkirQ/SCmNm\n9CHV2iLHBJ2kYZ/sYYXCigOGAoJZ1QsTiXpKOB6X/IoDh5zw2yZQm+9GSQ1OGFlr\nAWz9tPv98UpSNqGxJAoigS3aMYUobgskXL+dnCkAgb9kLIuDvp3e5EWJr3qmowC7\nJMfphTtjrIVu8IgnpjwULlW1WIh3IUp4YfTN51D3NeeAIXuJYhHA5QSjkK9k+Rst\nElLYDWlvF4vZUgvF1a0DGCc5QcRousnavh4ReivLZZVdhxghFdRmO2NgMwARAQAB\ntB9Nb25kb28gSW5jIDxzZWN1cml0eUBtb25kb28uaW8+iQJUBBMBCgA+AhsDBQsJ\nCAcDBRUKCQgLBRYCAwEAAh4BAheAFiEETOkJ4mrnQ5w5znZHrGnGUQDhxCsFAmPH\nLZ8FCQlk4EgACgkQrGnGUQDhxCsvFw//TH3r5Qd8eR5YVsbfAHjbiTkOGhtt4V2k\ns0Gt4s6tuLxQlO2SfqtQBuEH3gf8P2Nz6i0WkXb6bdtJFgJ/QVW7FIUtInqR6KLw\nCP06J5ZawUepPusjFt6ARzmy99MwWjCv+rgXk6olrOWrpyauDgCFfGRVNBhhRGwX\nRNnzpDwnEQegU5bd5GuLJKvGE4eW349a495Sdfg5V22kngsbM10CoTVAIExLnP6a\nGZMqWic7q577UGsxml48xw8wluRJp4Xwa2uAjNZzdFkPmhGeHzsF66Rw7pvaqayP\n2t4zpAj3KfjWZcYkTnQdkEcLy01rzZZXvUdtv8dwIKLztEyGcP7uTY0O5Bv0aSES\nI9KLMLo0fmMr4pBtpgtpLZPkQp6nfupIZF954+d/IkufjEFSLKJmRVyMph6bNWRU\ndBmDfmnoG5aaMVREkXA1oOHVULnjWyCZqfWQj2iWx5/JhBHQwUJQXEu6GnYUI+SJ\nH8axM8GpfA2Gaj88G82Vxl0QObMJ5rnaYLWvaoUpRjD+LTVybCzGHVZSQOfy7ukc\nwindeWQtvqcAIgnRMiWMZ0r88ZyM7Hw59kd4shPenBqLLPMyfrhsBj85n4N2epzE\noFhAnK5Jdr7d195l3onVIEylXGfBiY9cdV7YynJbmaFmnKZivE0c06Lfv3Ck+Luj\nYzytm9bkDrW0IE1vbmRvbyBJbmMgPHNlY3VyaXR5QG1vbmRvby5jb20+iQJUBBMB\nCgA+FiEETOkJ4mrnQ5w5znZHrGnGUQDhxCsFAmPHLtACGwMFCQlk4EgFCwkIBwIG\nFQoJCAsCBBYCAwECHgECF4AACgkQrGnGUQDhxCvYihAAhkrBNbEUIB0kDIUx/Tyg\nS5DsTA9tvx0mlJwYXqnUQXqybfsE9S3HHml7rXRQgSmNbwM149uR41i6BB/VdkN7\nhL5a4Hwmuw2q4qBkdwFq459fcDn/KaZRkjD+QsJcs0FvR/E5GyEz3bC4jvWErtpy\nwMS0wF34IoR6vqTUgBV8IFaXrMOUjoAbtUTfhUOEnLn0PPVRvs+TZ3D98e1PpinI\nng+TQY9LKXIHzC7oyxoQc5YpIPAZycwwpvlFFqE9xp0/HfcZkW0OZ5A6/KCSEyRC\n5u4N4N9vZhe4WeZqEf3KXo01OYNKoOJUa57vMiv4UyNPI53V2P64mcrXqKhAiP2z\nBKIAM8OMIeIWRD5a0EMoGNazMGkQ2RD9YALCqbkAsNBQ/ZN6dsl8fVw1LQLAnGLv\n/7il90YxIZYzw1sLYG7uATtHXf/jSjGaWS+1nW/faBOTcKj3zaY5/F3REZHhmQDG\n6O6ae1HtcgKclJ7N/TXVPS6qcsNDVv2xctW0HpH0RNSt5Xc2VVvkzbZ1JHT/lRRq\niRivUN+HoDwwda5e7pjgThDUVzUwzD6NTXf8Hfp7risZUGwI+ALbPc8zQxu2HlYF\n6C4MxGS/hGJTgw01oTcKZma/ZuRW8FtybYVtheEI0S4qaIOg/0leTZV76ugEA+WY\nugfAyAbwEXF540MRjWoxI3q5Ag0EYAXn1wEQAMAiLOUBM5FgrU32MS7MCDpbyoiW\nPmPPHE2onMEXzpX5YH1a5JedUwYdAkc1x4WtUmSM3PnrfUA2gD4JX/ZrnyjK2kC7\nwmIM61oOARBL/Mmyk7zb5+t/4TlVB0Q1AI9ylPrZPfxYEJ+VaUKJB+pixqilbc6S\nmuDW3Q7Q9fdF3/Yan3nbewpt11zV3zPZaZfeFfCByOIwmpU9NJXULqV+oW99u0Cj\n8N532gMTIEO24oPBm+e71sy9Kv0OwXrlrJwUHhZJ7WciOI1XthxDgoqfxzW4EP6k\njrIkQ4LltnMHtpeKv6yohlLOZiWNmzPWAWnMbpXJCmUpgeTKaxxjXUehsstFbMGE\nYsGFM49Z3092AXuGrYnoqpZNv9its7+Ly15wXpdXPPEIjqW9KTJqk+OoO7YopGE2\nXRKIDAZc1Qtxzi9gAcwkOvIyhziZvzgyjbi/dtQa/vFWPSih6F3P9TPey82/eSBf\nRUwdM+UKP3CD3dNLWHRigtMT/p1dlIRFXRlxYzAjZ4EwRg62eGScttP6PbPO+3IT\nVOCpMXAmnguHDrpvuyuLmAwLpW2Q18EVtjV+UuLSbnF4nieUsT5iIWmy7JhRsLEu\n1Yerws4bTyoAqNqDaZ1IottzkOHJpvNu5ntiJx8T/M8yuthFFy9jhbTDeiSTV+iE\nSDVAtVVqhYT6nyDlABEBAAGJAjwEGAEKACYCGwwWIQRM6QniaudDnDnOdkesacZR\nAOHEKwUCY8ctlQUJCWTgPgAKCRCsacZRAOHEK9CsD/wMUmo4pCP8F5EtKe3QNvAu\n6wjEpQNXDRCGft18k2eeuyk3v+vJ4jqGLcw5wlvilTzGBu9xZQTkUr3tZX+ZhZkb\ne86yXd71qywHcCeIm0pAb2kGMq889r2sZwhR9TjLolFPAtOr3qfbEqK3rQTqZS/4\nm1Z2bQ028Vhzwe2L8WrjQDZ3WFAIKp6Yb8pEDWcMDhvgoMGzDQNJwC6t4e2QVZHj\nh/v6H/E1E0jEsiHZcSPRM/eE36QayIgXa13VamUZuFx7sb1s8Ik1/c5gseZMkxRR\nMOgZYidWpV/FdUJ02lKwT0BZsbLSnzY38+Vpz4FyDBp7UEOlg6uJVkh2FCfP4Wlm\nwgpi9CDQNvDEYWPOPDJcKpLqLxHk7mJIYsnDOsfMB+jfG9okEkGoA2My6/eGykhx\nSOqD3Y95L3RXRL2PY7sRvcs2ygtRma6u+aU7KxOqsOfwhkyrefo2d74cMaOuPyKK\nix7+7QWLFx8HzREN24tx8eJuuB2Z4lAe7SxVOkY/Lo3pibXET8Cjzw/e+ut6b3Iu\nwYfYiuZWjMEIvRNQ+EP5S5rKW+uCPTAYuKeTinNIHm4idD7cdFZJUz+jKAeShOsb\nROXmwrH9exRkCM3RblVq6XRk/GnXburwB2rtPIF8OOnQiGptLUtCnbApp5crYC/u\nUr8NXko6K6rP77odIXjJSA==\n=9LQ9\n-----END PGP PUBLIC KEY BLOCK-----\n```\n\n#### Previous Keys\n\nKey ID `00E1C42B` / fingerprint `4CE909E26AE7439C39CE7647AC69C65100E1C42B`:\n\n```\n-----BEGIN PGP PUBLIC KEY BLOCK-----\n\n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\nA8Hssvbbfw==\n=dMNn\n-----END PGP PUBLIC KEY BLOCK-----\n```\n\nYou can download Mondoo's public PGP key from (both are identical):\n\n- [https://releases.mondoo.com/debian/pubkey.gpg](https://releases.mondoo.com/debian/pubkey.gpg)\n- [https://releases.mondoo.com/rpm/pubkey.gpg](https://releases.mondoo.com/rpm/pubkey.gpg)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmondoohq%2Finstaller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmondoohq%2Finstaller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmondoohq%2Finstaller/lists"}