infrastructure-as-code
Here are 1,430 public repositories matching this topic...
Description
the docs at https://docs.saltproject.io/en/latest/topics/spm/master.html#update-file-roots show file_roots with numbered lines instead of the list indicator.
file_roots:
base:
1. /srv/salt
2. /srv/spm/salt
Suggested Fix
That should be
file_roots:
base:
- /srv/salt
- /srv/spm/salt
Type of documentation
Salt docum
-
Updated
Mar 6, 2022 - Go
When using trivy image -o output.json -f json foo:latest
, the output file lacks a final newline.
This is not POSIX-compliant, and causes issues when processing the file.
Can you please add the final newline?
What is the problem?
I created a canary using CDK 2.15.0 and the syn-nodejs-puppeteer-3.2 runtime. The canary runs successfully, and stores the artifacts in the bucket, but also throws an Access Denied when attempting a copy operation in the bucket:
2022-03-04T13:32:27.269Z 37470d5c-4025-4519-9383-3b5ea5b825b4 ERROR Exception when copying from s3 directory
{
"Bucket": "xxx",
I suggest adding MongoDB Atlas to the supported cloud as a feather.
-
Updated
Mar 5, 2022 - Java
Previous discussion:
Infracost has a method of passing custom flags for when Infracost runs terraform plan
, but it doesn't support passing custom flags to terraform init
.
This will be useful for users who
- Want to auto-upgrade modules using `terraform init -u
-
Updated
Feb 9, 2022 - Go
Is your feature request related to a problem? Please describe.
I want to be able to disable a whole level of violation. For example the low error level i want to disable but still run the checks on medium, high, critical.
Describe the solution you'd like
I would like to have this possible with a simple flag in the ci to do this. To disable the violation level : low, etc. that when yo
Describe the issue
I wouldn't expect to get the alert if not defined explicitly.
Examples
https://github.com/hashicorp/terraform-provider-google/releases/tag/v4.0.0
Version (please complete the following information):
- Checkov Version 2.0.780
- 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
-
Updated
Feb 24, 2022
-
Updated
Mar 4, 2022 - Go
-
Updated
Mar 4, 2022 - Python
Currently, if I want to check for the logs of exited tasks, I need to go to AWS console, navigate to ECS, find the cluster, then the service, than switch to stopped tasks, then search for the logs there.
It would be helpful to have a copilot svg logs -p
where -p
stands for "previous task" (like k8s), that dumps the logs of the most recent stopped task.
Besides that, an `copilot svc logs
-
Updated
Mar 2, 2022 - Python
-
Updated
Mar 3, 2022 - JavaScript
-
Updated
May 16, 2021
Description
Add GCE support for google_project_iam_custom_role
(TF)
Sources
-
Updated
Mar 5, 2022 - Go
-
Updated
Jan 7, 2022 - HCL
-
Updated
Feb 12, 2022 - JavaScript
-
Updated
Sep 30, 2020 - Go
-
Updated
May 8, 2021 - Markdown
-
Updated
Jan 5, 2022 - Ruby
-
Updated
Mar 5, 2022 - Open Policy Agent
-
Updated
Feb 24, 2022 - Go
-
Updated
Apr 6, 2021 - HCL
-
Updated
Nov 17, 2021 - Go
Improve this page
Add a description, image, and links to the infrastructure-as-code topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the infrastructure-as-code topic, visit your repo's landing page and select "manage topics."