tgswitch icon indicating copy to clipboard operation
tgswitch copied to clipboard

Manage terragrunt versions - the tgswitch command line tool lets you switch between different versions of terragrunt

Results 24 tgswitch issues
Sort by recently updated
recently updated
newest added

检测到 warrensbox/tgswitch 一共引入了36个开源组件,存在1个漏洞 ``` 漏洞标题:go-yaml < 2.2.8拒绝服务漏洞 缺陷组件:gopkg.in/[email protected] 漏洞编号:CVE-2019-11254 漏洞描述:gopkg.in/yaml.v2是go语言中用于处理yaml格式的包。 在2.2.8之前的版本中,处理恶意的yaml数据时,会导致CPU资源耗尽。 漏洞由Kubernetes开发者在fuzz测试中发现并提交修复补丁。 国家漏洞库信息:https://www.cnvd.org.cn/flaw/show/CNVD-2020-35519 影响范围:(∞, 2.2.8) 最小修复版本:2.2.8 缺陷组件引入路径:github.com/warrensbox/tgswitch@->gopkg.in/[email protected] ``` 另外还有几个漏洞,详细报告:https://mofeisec.com/jr?p=ae634e

Terragrunt binaries for `darwin/arm64` started being built as of [v0.28.12](https://github.com/gruntwork-io/terragrunt/releases/tag/v0.28.12). > Starting this release, we will be publishing binaries for the `darwin/arm64` (compatible with Mac M1 chips) and `linux/arm64` platforms....

Same issue as https://github.com/warrensbox/terraform-switcher/issues/33 ``` $ tgswitch ✔ 0.18.7 lstat /usr/local/bin/terragrunt: no such file or directory symlink /home/user/.terragrunt.versions/terragrunt_0.18.7 /usr/local/bin/terragrunt: permission denied 2019/07/04 09:32:37 Unable to create symlink. You must have...

enhancement

``` tgswitch -v Version: 0.4.326 ``` ``` cat .tgswitchrc 0.23.8 ``` ``` cd infrastructure-live/ Reading required terragrunt version .tgswitchrc 2020/06/16 11:21:18 Unable to create new symlink. Maybe symlink already exist....

I am attempting to use tgswitch in an Alpine based image (Atlantis) and getting `not found`. I was able to replicate with a base apline container: ```Dockerfile FROM alpine ARG...

Hello, I noticed that the behavior of tgswitch is different depending if the version selection is interactive or not. Example: ```shell root@14c36018b7f9:/data# ls terragrunt.hcl root@14c36018b7f9:/data# tgswitch Terragrunt file found: /data/terragrunt.hcl...

Before this change: ``` go.mod (gomod) Total: 11 (UNKNOWN: 0, LOW: 0, MEDIUM: 8, HIGH: 3, CRITICAL: 0) ``` After changes: ``` go.mod (gomod) Total: 4 (UNKNOWN: 0, LOW: 0,...

fixes #132 and #133 changes summary: - Replace anonymous HTTP call with an implementation of the GitHub SDK - Add support for authenticated GitHub requests using access token - Upgrade...

Fixed #133 I believe this function should not be called with the proxyURL (which is the URL to your cache of Terragrunt versions), instead the Terragrunt mirror URL. Ultimately this...

Add the ability to pass -i or --install to change the default install location for the Terragrunt binaries This mirrors the same PR for tfswitch here - https://github.com/warrensbox/terraform-switcher/pull/309