-
Updated
Aug 19, 2021 - Go
iac
Here are 598 public repositories matching this topic...
-
Updated
Aug 18, 2021 - 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
To complete #554, it can make sense to add resource source details for missing resources
Example
Follow pull-request attached to issues #874 #875 #876 for examples of implementation
-
Updated
Aug 13, 2021 - JavaScript
Add error handling during credentials onChange event so that the Scan Account feature does not activate if credentials are invalid
-
Updated
Jul 29, 2021 - Java
-
Updated
Aug 19, 2021 - Open Policy Agent
Because having to type the whole commands is a pain!
Allow non-map tags
$ terratag -tags=var.default_tags
2020/09/24 23:09:46 Processing file cluster/ecs.tf
panic: invalid character 'v' looking for beginning of value
Is your feature request related to a problem? Please describe.
I need a way to skip tagging individual files/resources instead of only directories.
Describe the solution you'd like
Add a new parameter or modify existing skip-dirs parameter to accept file names or terraform resource IDs.
-
Updated
Aug 18, 2021 - Python
-
Updated
Jun 16, 2021
-
Updated
Aug 19, 2021 - Python
-
Updated
Aug 18, 2021 - Shell
-
Updated
Jul 7, 2021 - HCL
-
Updated
Oct 6, 2017 - JavaScript
-
Updated
May 19, 2020 - Shell
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
Aug 17, 2021 - F#
-
Updated
Jul 29, 2021 - HCL
-
Updated
Jul 23, 2021
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."

Currently, Trivy traverses all paths and looks for all Gemfile.lock in a container image. However, the image sometimes has only Gemfile.lock and doesn't install gems listed in the Gemfile.lock. I think a gem should have *.gemspec file if it is installed. e.g.
rake.gemspechas the information aboutrake.To avoid false positives from Gemfile.lock, we are probably able to take advantage of `*