diff --git a/.trunk/trunk.yaml b/.trunk/trunk.yaml index f908e7a..b9bfb1d 100644 --- a/.trunk/trunk.yaml +++ b/.trunk/trunk.yaml @@ -1,17 +1,17 @@ version: 0.1 cli: - version: 1.22.0 + version: 1.22.6 lint: disabled: - checkov - trivy - trufflehog enabled: - - actionlint@1.6.27 + - actionlint@1.7.3 - git-diff-check - - gitleaks@8.18.2 - - markdownlint@0.40.0 - - prettier@3.2.5 + - gitleaks@8.20.1 + - markdownlint@0.42.0 + - prettier@3.3.3 - shellcheck@0.10.0 - shfmt@3.6.0 - yamllint@1.35.1 @@ -29,5 +29,5 @@ actions: plugins: sources: - id: trunk - ref: v1.5.0 + ref: v1.6.3 uri: https://github.com/trunk-io/plugins diff --git a/README.md b/README.md index fd65c2a..03f2c9e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![CI](https://github.com/dex4er/asdf-kubecolor/actions/workflows/ci.yml/badge.svg)](https://github.com/dex4er/asdf-kubecolor/actions/workflows/ci.yml) -[kubecolor](https://github.com/hidetatz/kubecolor) plugin for the [asdf](https://github.com/asdf-vm/asdf) version manager. +[kubecolor](https://github.com/kubecolor/kubecolor) plugin for the [asdf](https://github.com/asdf-vm/asdf) version manager. ## Install diff --git a/bin/install b/bin/install index 8b36afb..da8722b 100755 --- a/bin/install +++ b/bin/install @@ -18,7 +18,6 @@ function gh_curl() { } function install() { - # set -x local install_type=$1 [[ ${install_type} != "version" ]] && echo "install type, ${install_type}, is not supported" && exit 1