From dfef2b8f6438c54651417ed1bba3aebb69827153 Mon Sep 17 00:00:00 2001 From: Shunsuke Suzuki Date: Fri, 20 Sep 2024 06:52:42 +0900 Subject: [PATCH] feat: add RoseSecurity/Kuzco (#27032) * feat(RoseSecurity/Kuzco): scaffold RoseSecurity/Kuzco * fix(RoseSecurity/Kuzco): fix files --- pkgs/RoseSecurity/Kuzco/pkg.yaml | 2 ++ pkgs/RoseSecurity/Kuzco/registry.yaml | 27 +++++++++++++++++++++++++++ registry.yaml | 26 ++++++++++++++++++++++++++ 3 files changed, 55 insertions(+) create mode 100644 pkgs/RoseSecurity/Kuzco/pkg.yaml create mode 100644 pkgs/RoseSecurity/Kuzco/registry.yaml diff --git a/pkgs/RoseSecurity/Kuzco/pkg.yaml b/pkgs/RoseSecurity/Kuzco/pkg.yaml new file mode 100644 index 00000000000..23a6f2d95ca --- /dev/null +++ b/pkgs/RoseSecurity/Kuzco/pkg.yaml @@ -0,0 +1,2 @@ +packages: + - name: RoseSecurity/Kuzco@v0.1.0 diff --git a/pkgs/RoseSecurity/Kuzco/registry.yaml b/pkgs/RoseSecurity/Kuzco/registry.yaml new file mode 100644 index 00000000000..e8d15c895a7 --- /dev/null +++ b/pkgs/RoseSecurity/Kuzco/registry.yaml @@ -0,0 +1,27 @@ +packages: + - type: github_release + repo_owner: RoseSecurity + repo_name: Kuzco + description: Kuzco reviews your Terraform resources, compares them to the provider schema to detect unused parameters, and uses AI to suggest improvements + files: + - name: kuzco + version_constraint: "false" + version_overrides: + - version_constraint: "true" + asset: Kuzco_{{.OS}}_{{.Arch}}.{{.Format}} + files: + - name: kuzco + src: Kuzco + format: tar.gz + replacements: + amd64: x86_64 + darwin: Darwin + linux: Linux + windows: Windows + checksum: + type: github_release + asset: Kuzco_{{trimV .Version}}_checksums.txt + algorithm: sha256 + overrides: + - goos: windows + format: zip diff --git a/registry.yaml b/registry.yaml index f9d0b7277cf..5b841901114 100644 --- a/registry.yaml +++ b/registry.yaml @@ -3299,6 +3299,32 @@ packages: type: github_release asset: spotify-tui-{{.OS}}.sha256 algorithm: sha256 + - type: github_release + repo_owner: RoseSecurity + repo_name: Kuzco + description: Kuzco reviews your Terraform resources, compares them to the provider schema to detect unused parameters, and uses AI to suggest improvements + files: + - name: kuzco + version_constraint: "false" + version_overrides: + - version_constraint: "true" + asset: Kuzco_{{.OS}}_{{.Arch}}.{{.Format}} + files: + - name: kuzco + src: Kuzco + format: tar.gz + replacements: + amd64: x86_64 + darwin: Darwin + linux: Linux + windows: Windows + checksum: + type: github_release + asset: Kuzco_{{trimV .Version}}_checksums.txt + algorithm: sha256 + overrides: + - goos: windows + format: zip - type: github_release repo_owner: Scalingo repo_name: cli