mondoohq / archlinux-package

This package has been migrated to mondoohq/installer

Home Page:https://aur.archlinux.org/packages/mondoo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arch Linux AUR PKGBUILD for Mondoo

This repository holds the PKGBUILD generator and the PKGBUILD files from https://aur.archlinux.org/packages/mondoo/

Install cnquery & cnspec

The packages are published on AUR:

Installation with MakePKG

# Install cnquery
git clone https://aur.archlinux.org/cnquery 
 cd cnquery 
 makepkg -si
 
# Install cnsepc (requires cnquery to be installed)
git clone https://aur.archlinux.org/cnspec 
 cd cnspec
 makepkg -si

Installation with Yay

We highly recommend using one of the AUR_helpers like yay to install the packages. Note that cnquery is a dependancy of cnspec, so Yay will automatically install it for you.

# install cnquery
yay -Ss cnquery

# install cnspec
yay -Ss cnspec

Test github action

  • create the .secret file with the following content:
AUR_USERNAME="Patrick Münch"
AUR_EMAIL="patrick@mondoo.com"
AUR_SSH_PRIVATE_KEY="-----BEGIN OPENSSH PRIVATE KEY-----\n....\n-----END OPENSSH PRIVATE KEY-----\n"
  • create the sample-event.json file with the following content:
{
  "action": "workflow_dispatch",
  "inputs": {
      "version": "6.13.1"
  }
}
  • run the following command:
act -j aur-publish --secret-file .secrets --eventpath sample-event.json -v

About

This package has been migrated to mondoohq/installer

https://aur.archlinux.org/packages/mondoo

License:Other


Languages

Language:Go 61.7%Language:Shell 29.7%Language:HCL 4.3%Language:Makefile 4.3%