Skip to content

Commit

Permalink
refactor: use aqua for snyk (#3290)
Browse files Browse the repository at this point in the history
  • Loading branch information
scop authored Nov 29, 2024
1 parent 1316dd7 commit f8fc242
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |
Expand Down
2 changes: 1 addition & 1 deletion registry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit f8fc242

Please sign in to comment.