Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mondoohq/homebrew-mondoo
Mondoo Homebrew Tap
https://github.com/mondoohq/homebrew-mondoo
homebrew
Last synced: 16 days ago
JSON representation
Mondoo Homebrew Tap
- Host: GitHub
- URL: https://github.com/mondoohq/homebrew-mondoo
- Owner: mondoohq
- License: other
- Created: 2019-06-13T10:30:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T12:07:33.000Z (17 days ago)
- Last Synced: 2024-10-29T14:35:51.710Z (17 days ago)
- Topics: homebrew
- Language: Go
- Homepage: https://mondoo.com
- Size: 328 KB
- Stars: 6
- Watchers: 10
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mondoo Homebrew Tap
Welcome to the Mondoo Homebrew Tap! Here you will find both a formula and cask for installation of cnquery and cnspec. The formulas will install the cnquery and/or cnspec binaries.. The cask wraps our signed and notorized Apple PKG installing it to /Library/Mondoo. Note that cnspec depends on cnquery, so if you want both you only need to install cnspec.
To install Homebrew, visit https://brew.sh/.
Once Homebrew is installed, you can add the Mondoo Tap via the following command:
```
brew tap mondoohq/mondoo
```To install cnquery/cnspec:
```
brew install cnquery
brew install cnspec
```To update cnquery/cnspec:
```
brew update && brew upgrade cnquery
brew update && brew upgrade cnspec
```At any time you can remove the installation and the tap via:
```
brew uninstall cnquery
brew uninstall cnspec
brew untap mondoohq/mondoo
```For more information, visit https://mondoo.com
# Updating the Tap
To freshen the Cask and Formula to the latest release of the Mondoo client, simply run ```make update```, and commit the result:
```
make update
```### Join the community!
Join the [Mondoo Community GitHub Discussions](https://github.com/orgs/mondoohq/discussions) to collaborate and discuss.