-
Updated
Jun 9, 2022 - Go
gcp
Google Cloud Platform, offered by Google, is a suite of cloud computing services. Google Cloud Platform provides Infrastructure as a Service, Platform as a Service, and Serverless Computing environments. Alongside a set of management tools, it provides a series of modular cloud services including computing, data storage, data analytics and machine learning.
Here are 3,120 public repositories matching this topic...
-
Updated
May 26, 2022 - Go
-
Updated
Jun 9, 2022 - Go
When setting INFRACOST_CURRENCY=EUR the format of the currency values is not correct.
Current Format
- Example in USD $3,938.10
- Example in EUR €3,736.11
Expected format
- Example in EUR: 3.736,11€
To make it as flexible as possible, it would be helpfull do define an addition environment variable to define the logic like
- EUR: XXX.XXX,00
- USD: XXX,XXX.00
USD can be
What would you like to be added:
Currently there is the option to configure a --annotation-filter and a --source filter [0]. Since Kubernetes 1.19 the Ingress Resource was promoted to GA and got a new ingressClassName field.
I'd like to have a opti
-
Updated
May 6, 2022 - Shell
Fix ESLint warnings
The https://github.com/nccgroup/ScoutSuite/blob/master/ScoutSuite/providers/gcp/rules/findings/iam-lack-of-service-account-key-rotation.json finding should only flag USER_MANAGED keys (https://cloud.google.com/iam/docs/reference/rest/v1/projects.serviceAccounts.keys), as SYSTEM_MANAGED keys are "managed and rotated by Google"
Describe the issue
Checkov skips terraform file when it can't parse a file. When you are using checkov in gitlab ci pipeline with junitxml output, it will be better to include such erros in 'Errors' list instead of ignoring them.
Examples
resource "aws_alb" "alb" {
name = "foobar-nlb"
load_balancer_type = "network"
enable_cross_z
-
Updated
Jun 8, 2022 - Python
-
Updated
Mar 9, 2022 - JavaScript
Is your feature request related to a problem? Please describe.
When using the Connector field type there's no way to set or display an image for each list item.
Describe the solution you'd like
An optional input field to add an image URL.
Describe alternatives you've considered
N/A
Additional context
N/A
-
Updated
Mar 23, 2022
-
Updated
Jun 3, 2022
-
Updated
Jun 8, 2022 - Go
-
Updated
May 31, 2022
-
Updated
Jun 7, 2022 - Go
Say Hi on Discord!
Join our new Discord Channel to say Hi and get live support from the team or from the community.
-
Updated
Jun 9, 2022 - Go
The functions in this file should be factored out to a separate utility lib as they are reused in bitcoin-etl https://github.com/blockchain-etl/ethereum-etl/blob/develop/ethereumetl/misc_utils.py
-
Updated
Jun 9, 2022 - TypeScript
-
Updated
Jun 9, 2022 - Rust
-
Updated
Sep 29, 2020 - Python
-
Updated
Jun 6, 2022 - Shell
-
Updated
Dec 17, 2021 - Python
-
Updated
Apr 12, 2020 - Java
-
Updated
Oct 29, 2021 - Go
Released April 7, 2008
- Organization
- GoogleCloudPlatform
- Website
- cloud.google.com
- Wikipedia
- Wikipedia

Small feature request. I am using helmfile for the deployment of our k8s infrastructure and wanted to use sops for encryption of secrets. I need to use the --keyservice but as I am calling sops inside a wrapper (helmfile) of a wrapper (helm secrets) I cannot pass this variable to sops in a clean way.
Could you provide an alternative way to provide this option to sops in the .sops.conf and/or i