diff --git a/docs/registry.md b/docs/registry.md index 1332c6086..166f8a431 100644 --- a/docs/registry.md +++ b/docs/registry.md @@ -662,7 +662,7 @@ You can also specify the full name for a tool using `mise use aqua:1password/cli | slsa-verifier | [ubi:slsa-framework/slsa-verifier](https://github.com/slsa-framework/slsa-verifier) | | smithy | [asdf:aws/asdf-smithy](https://github.com/aws/asdf-smithy) | | smlnj | [asdf:samontea/asdf-smlnj](https://github.com/samontea/asdf-smlnj) | -| snyk | [asdf:nirfuchs/asdf-snyk](https://github.com/nirfuchs/asdf-snyk) | +| snyk | [aqua:snyk/cli](https://github.com/snyk/cli) [asdf:nirfuchs/asdf-snyk](https://github.com/nirfuchs/asdf-snyk) | | soft-serve | [asdf:chessmango/asdf-soft-serve](https://github.com/chessmango/asdf-soft-serve) | | solidity | [asdf:diegodorado/asdf-solidity](https://github.com/diegodorado/asdf-solidity) | | sonobuoy | [asdf:Nick-Triller/asdf-sonobuoy](https://github.com/Nick-Triller/asdf-sonobuoy) | diff --git a/registry.toml b/registry.toml index 567940361..69aa528a9 100644 --- a/registry.toml +++ b/registry.toml @@ -828,7 +828,7 @@ slsa-verifier.backends = ["ubi:slsa-framework/slsa-verifier"] slsa-verifier.test = ["slsa-verifier version", "{{version}}"] smithy.backends = ["asdf:aws/asdf-smithy"] smlnj.backends = ["asdf:samontea/asdf-smlnj"] -snyk.backends = ["asdf:nirfuchs/asdf-snyk"] +snyk.backends = ["aqua:snyk/cli", "asdf:nirfuchs/asdf-snyk"] soft-serve.backends = ["asdf:chessmango/asdf-soft-serve"] solidity.backends = ["asdf:diegodorado/asdf-solidity"] sonobuoy.backends = ["asdf:Nick-Triller/asdf-sonobuoy"]