The Wayback Machine - https://web.archive.org/web/20211125091422/https://github.com/topics/infrastructure-as-code
Skip to content
#

infrastructure-as-code

Here are 1,304 public repositories matching this topic...

knqyf263
knqyf263 commented Nov 21, 2021

Description

GoReleaser displays the following warning.

$ goreleaser release --rm-dist
   • releasing...
   • loading config file       file=goreleaser.yml
   ...(snip)...
   • docker images
        • DEPRECATED: `docker.use_buildx` should not be used anymore, check https://goreleaser.com/deprecations#dockerusebuildx for more info
        • DEPRECATED: `docker.use_buildx` should n
gshpychka
gshpychka commented Nov 23, 2021

Description

I would like to be able to access a Dashboard's name via a property - currently, it is not exposed.

Use Case

Referencing the name in the code, e.g. write it to an SSM parameter or to an export.

Proposed Solution

Expose the property on the Dashboard construct.

Other information

No response

Acknowledge

  • I may be able to implement this feature reque
terrascan
adegoodyer
adegoodyer commented Aug 11, 2021
  • 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

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.

Curate this topic

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."

Learn more