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

infrastructure-as-code

Here are 1,302 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
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