-
Updated
Jul 24, 2021 - Go
infrastructure-as-code
Here are 1,154 public repositories matching this topic...
-
Updated
Jul 24, 2021 - Go
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.gemspec
has the information about rake
.
To avoid false positives from Gemfile.lock, we are probably able to take advantage of `*
On creating a VPC with existing EIP. It creates Natgateway with that EIP. But it also creates an additional EIP which is not associated with any resource.
Reproduction Steps
subnet1 = SubnetConfiguration(
name="Public",
subnet_type=SubnetType.PUBLIC,
cidr_mask=24)
subnet2 = SubnetConfiguration(
name
-
Updated
Jul 23, 2021 - Java
Requesting that you add the new Gitlab Provider as a new VCS Provider.
See here for the provider details: https://registry.terraform.io/providers/gitlabhq/gitlab/latest
-
Updated
Jul 10, 2021 - Go
Add package manager support for windoz users with chocolatey:
like here: https://github.com/bridgecrewio/yor-choco
-
Updated
Jul 23, 2021 - Go
-
Updated
Jul 22, 2021
-
Updated
Jul 23, 2021 - Python
-
Updated
Jul 24, 2021 - Go
-
Updated
Jul 24, 2021 - Go
-
Updated
Jul 4, 2021 - Python
-
Updated
May 16, 2021
-
Updated
Jul 23, 2021 - JavaScript
Copilot doesn't seem to have correct error behavior when I try to create a Scheduled Job with the same name as an existing service.
For example, in my app right now I have the following:
❯ copilot svc ls
Name Type
---- ----
fe Load Balanced Web Service
I can see this in SSM:
❯ aws ssm get-parameter --name /copilot/applicatio
Description
As a HTML output user,
I want the search bar to search resource IDs and resource types
So I can quickly filter services ("s3")
(ux wise, the dropdown list on the right can be misleading as you may think that typing "s3" relates to Resource Types, while in fact it's only filtering resource IDs)
Example
<!-
-
Updated
Jul 23, 2021 - Go
-
Updated
Jul 5, 2021 - JavaScript
-
Updated
Sep 30, 2020 - Go
-
Updated
May 8, 2021 - Markdown
-
Updated
Jun 7, 2021 - HCL
-
Updated
Mar 14, 2021 - Ruby
-
Updated
Feb 27, 2018 - HCL
Garbage collection works by listing everything with the gc-tag. In a busy cluster, we really want that filter to happen server-side and ideally using an index of some sort.
That means we should use a Kubernetes label, not an annotation.
I think this will require a two-step migration plan (write both but continue to read annotation; release; drop support for annotation; release).
-
Updated
Apr 6, 2021 - HCL
-
Updated
Jul 24, 2021 - Shell
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."
Description
let's say I have an
apache
process group I want to control.supervisord.running
, thename
must beapache:*
(which is the same notation used by supervisor)supervisord.dead
, thename
must beapache:
(without the*
)As both states mirror each other, I expect them to use the same convention for
name
, the one fromrunning
since it