Skip to content
Snippets Groups Projects
Unverified Commit f5a301ae authored by Jesse Simpson's avatar Jesse Simpson Committed by GitHub
Browse files

feat(asdf): Support sops asdf plugin (#21306)

parent d0ad054b
No related branches found
No related tags found
No related merge requests found
...@@ -367,6 +367,14 @@ export const upgradeableTooling: Record<string, ToolingDefinition> = { ...@@ -367,6 +367,14 @@ export const upgradeableTooling: Record<string, ToolingDefinition> = {
extractVersion: '^v(?<version>\\S+)', extractVersion: '^v(?<version>\\S+)',
}, },
}, },
sops: {
asdfPluginUrl: 'https://github.com/feniix/asdf-sops',
config: {
datasource: GithubReleasesDatasource.id,
packageName: 'mozilla/sops',
extractVersion: '^v(?<version>\\S+)',
},
},
terraform: { terraform: {
asdfPluginUrl: 'https://github.com/asdf-community/asdf-hashicorp', asdfPluginUrl: 'https://github.com/asdf-community/asdf-hashicorp',
config: { config: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment