-
Updated
Apr 18, 2022 - Go
iac
Here are 890 public repositories matching this topic...
-
Updated
Apr 18, 2022 - Shell
-
Updated
Apr 18, 2022 - Go
- terrascan version: 1.9.0
- terraform version: 1.0.1
Enhancement Request
Other security scanning tools (e.g. checkov and tfsec) have a --soft-fail flag or equivalent option that allows you to always exit with 0 status.
Extremely useful when running the tool without halting a pipeline for example.
I currently use a workaround, but something more concrete would be very desira
Description
Add GCE support for google_project_iam_custom_role (TF)
Sources
-
Updated
Apr 9, 2022 - JavaScript
Add error handling during credentials onChange event so that the Scan Account feature does not activate if credentials are invalid
-
Updated
Apr 18, 2022 - Open Policy Agent
Instead of
git clone https://github.com/env0/terratag
go get
go build
should be
git clone https://github.com/env0/terratag
cd terratag
go get
go build
or better:
git clone https://github.com/env0/terratag
cd terratag
go mod tidy
go build
Allow non-map tags
Because having to type the whole commands is a pain!
Is your feature request related to a problem? Please describe.
I wanted to try Yor out for personal projects and found out, that the Terraform provider I use are as it seems not supported to run Yor against it.
For example I have a K3S Cluster at Civo or some development machines at Scaleway.
As it seems DigitalOcean is also not supported - at least I don't receive any errors or recommended
-
Updated
Apr 15, 2022 - Python
-
Updated
Mar 17, 2022
-
Updated
Apr 8, 2022 - Python
In my ubuntu 20.04.2.0, i have python 2.7.18 and pip3 20.0.2.
I was trying to install prancer-basic via pip3 install prancer-basic
It get installed successfully with below warning:
WARNING: The scripts populate_json, prancer, register_key_in_azure_vault, terraform_to_json and validator are installed in '/home/r4redu/.local/bin' which is not on PATH.
Consider adding this director
-
Updated
Apr 16, 2022 - HCL
-
Updated
Feb 24, 2022 - Shell
-
Updated
Jul 7, 2021 - HCL
-
Updated
Apr 6, 2022 - HCL
-
Updated
Jul 18, 2021 - HCL
-
Updated
Oct 6, 2017 - JavaScript
Improve this page
Add a description, image, and links to the iac topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the iac topic, visit your repo's landing page and select "manage topics."
Description
Podman uses Dockerfile as well as Containerfile as filenames for the container build (ref), but at the moment, trivy does not detect
Containerfileas a valid config file to be analyzed.Since the same syntax is used for the image building, it would be interesting to add
Containerfileas a "synonym" of `Docker