-
Updated
Jul 8, 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,190 public repositories matching this topic...
-
Updated
Jul 6, 2022 - Go
-
Updated
Jul 8, 2022 - Go
azurerm_app_service is being deprecated in favor of
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
Jun 25, 2022 - Shell
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
Fix ESLint warnings
-
Updated
Jul 8, 2022 - Python
-
Updated
Jun 19, 2022 - JavaScript
-
Updated
Mar 23, 2022
-
Updated
Jun 3, 2022
-
Updated
Jul 8, 2022 - TypeScript
-
Updated
Jul 5, 2022
-
Updated
Jun 17, 2022 - Go
Some of our log messages start with a capital letter and some don't.
We should ensure the messages are consistent and use a single style.
See example to inconsistency in cloudquery/cloudquery#1059:

-
Updated
Jul 8, 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
Jul 2, 2022 - TypeScript
-
Updated
Jul 8, 2022 - Rust
-
Updated
Jul 7, 2022 - Shell
-
Updated
Sep 29, 2020 - Python
-
Updated
Dec 17, 2021 - Python
-
Updated
Apr 12, 2020 - Java
-
Updated
Oct 29, 2021 - Go
-
Updated
Jul 8, 2022 - 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