cfn-guard on AUR (Arch User Repository)

Last updated: May 14,2024

1. Install "cfn-guard" effortlessly via AUR with the help of a helper(YAY)

a. Install YAY (https://github.com/Jguer/yay)

$ sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

b. Install cfn-guard on Arch using YAY

$ yay -S cfn-guard

* (Optional) Uninstall cfn-guard on Arch using YAY

$ yay -Rns cfn-guard

2. Manually Install "cfn-guard" via AUR

a. Ensure you have the base development tools and git installed with:

$ sudo pacman -S --needed base-devel git

b. Clone cfn-guard's git locally

$ git clone https://aur.archlinux.org/cfn-guard.git ~/cfn-guard

c. Go to ~/cfn-guard folder and install it

$ cd ~/cfn-guard $ makepkg -si

3. Information about the cfn-guard package on Arch User Repository (AUR)

ID: 1412299
Name: cfn-guard
PackageBaseID: 166288
PackageBase: cfn-guard
Version: 3.0.3-1
Description: Guard offers a policy-as-code domain-specific language (DSL) to write rules and validate JSON- and YAML-formatted data such as CloudFormation Templates, K8s configurations, and Terraform JSON plans/configurations against those rules.
URL: https://github.com/aws-cloudformation/cloudformation-guard
NumVotes: 2
Popularity: 0.000145
OutOfDate:
Maintainer: mapk0y
Submitter: mapk0y
FirstSubmitted: 1619888097
LastModified: 1708409012
URLPath: /cgit/aur.git/snapshot/cfn-guard.tar.gz