Skip to content

Commit

Permalink
feat: add RoseSecurity/Kuzco (#27032)
Browse files Browse the repository at this point in the history
* feat(RoseSecurity/Kuzco): scaffold RoseSecurity/Kuzco

* fix(RoseSecurity/Kuzco): fix files
  • Loading branch information
suzuki-shunsuke committed Sep 19, 2024
1 parent b29b898 commit dfef2b8
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/RoseSecurity/Kuzco/pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
packages:
- name: RoseSecurity/Kuzco@v0.1.0
27 changes: 27 additions & 0 deletions pkgs/RoseSecurity/Kuzco/registry.yaml
Original file line number Diff line number Diff line change
@@ -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
26 changes: 26 additions & 0 deletions registry.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dfef2b8

Please sign in to comment.