Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions registry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1127,6 +1127,11 @@ description = "CycloneDX CLI tool for SBOM analysis, merging, diffs and format c
# TODO: re-enable test when aqua-registry is updated to use gnu instead of musl
# test = ["cyclonedx --version", "{{version}}"]

[tools.d2]
backends = ["aqua:terrastruct/d2", "github:terrastruct/d2[strip_components=1]"]
description = "Modern diagram scripting language that turns text to diagrams"
test = ["d2 --version", "v{{version}}"]

Comment thread
icholy marked this conversation as resolved.
[tools.dagger]
backends = ["aqua:dagger/dagger", "asdf:virtualstaticvoid/asdf-dagger"]
description = "A portable devkit for CI/CD pipelines"
Expand Down
Loading