-
-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add RoseSecurity/Kuzco (#27032)
* feat(RoseSecurity/Kuzco): scaffold RoseSecurity/Kuzco * fix(RoseSecurity/Kuzco): fix files
- Loading branch information
1 parent
b29b898
commit dfef2b8
Showing
3 changed files
with
55 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
packages: | ||
- name: RoseSecurity/Kuzco@v0.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.