-
Updated
Aug 6, 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,250 public repositories matching this topic...
-
Updated
Aug 6, 2022 - Go
-
Updated
Aug 5, 2022 - Go
Infracost comment is showing the "Module path" column even though it's empty.
Expected result:
If "Module path" is column is empty it should be hidden
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
Aug 5, 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"
Issue
If it is related to an existing check, CKV_DOCKER_1.
Dockerfile EXPOSE can accept port using tcp proto by defaut if not specified or you can also specify the protocol with /tcp or /udp.
When using "EXPOSE 22/tcp" the rule does not detect the SSH port. something like '22/tcp'.split('/')[0] will return port without protocol or we can test both '22' or '22/tcp' in the rule.
**Exampl
Fix ESLint warnings
-
Updated
Aug 7, 2022 - Python
-
Updated
Aug 7, 2022 - JavaScript
-
Updated
Mar 23, 2022
-
Updated
Jun 3, 2022
-
Updated
Aug 4, 2022 - TypeScript
-
Updated
Jun 17, 2022 - Go
-
Updated
Aug 8, 2022 - Go
-
Updated
Aug 7, 2022
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
Aug 7, 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
Aug 7, 2022 - TypeScript
-
Updated
Aug 7, 2022 - Shell
-
Updated
Aug 5, 2022 - Rust
-
Updated
Jul 14, 2022 - Python
-
Updated
Jul 18, 2022 - TypeScript
-
Updated
Dec 17, 2021 - Python
-
Updated
Apr 12, 2020 - Java
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