Skip to content

Commit

Permalink
feat(asdf): Support sops asdf plugin (#21306)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessesimpson36 authored Apr 3, 2023
1 parent d0ad054 commit f5a301a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/modules/manager/asdf/upgradeable-tooling.ts
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,14 @@ export const upgradeableTooling: Record<string, ToolingDefinition> = {
extractVersion: '^v(?<version>\\S+)',
},
},
sops: {
asdfPluginUrl: 'https://github.com/feniix/asdf-sops',
config: {
datasource: GithubReleasesDatasource.id,
packageName: 'mozilla/sops',
extractVersion: '^v(?<version>\\S+)',
},
},
terraform: {
asdfPluginUrl: 'https://github.com/asdf-community/asdf-hashicorp',
config: {
Expand Down

0 comments on commit f5a301a

Please sign in to comment.