Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add minamijoyo/tfschema #42

Merged
merged 1 commit into from
Sep 5, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion aqua.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ packages:
registry: standard
version: v0.177.0 # renovate: depName=goreleaser/goreleaser

- name: hcledit
- name: minamijoyo/hcledit
registry: standard
version: v0.2.0 # renovate: depName=minamijoyo/hcledit
- name: helm
Expand Down Expand Up @@ -159,6 +159,9 @@ packages:
- name: tfmigrator/cli
registry: standard
version: v0.2.0 # renovate: depName=tfmigrator/cli
- name: minamijoyo/tfschema
registry: standard
version: v0.7.0 # renovate: depName=minamijoyo/tfschema
- name: tfsec
registry: standard
version: v0.58.6 # renovate: depName=aquasecurity/tfsec
Expand Down
9 changes: 8 additions & 1 deletion registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ packages:
files:
- name: goreleaser

- name: hcledit
- name: minamijoyo/hcledit
type: github_release
repo_owner: minamijoyo
repo_name: hcledit
Expand Down Expand Up @@ -345,6 +345,13 @@ packages:
asset: tfmigrator_{{.OS}}_{{.Arch}}.tar.gz
files:
- name: tfmigrator
- name: minamijoyo/tfschema
type: github_release
repo_owner: minamijoyo
repo_name: tfschema
asset: 'tfschema_{{trimPrefix "v" .Package.Version}}_{{.OS}}_{{.Arch}}.tar.gz'
files:
- name: tfschema
- name: tfsec
type: github_release
repo_owner: aquasecurity
Expand Down