Skip to content

Commit

Permalink
Merge pull request #42 from suzuki-shunsuke/feat/add-tfschema
Browse files Browse the repository at this point in the history
feat: add minamijoyo/tfschema
  • Loading branch information
suzuki-shunsuke authored Sep 5, 2021
2 parents 253579f + a7176e9 commit cc62c3a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
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

0 comments on commit cc62c3a

Please sign in to comment.