- Renamed DocStack to dockstack - Transformed toolbox-template into toolbox-qadocker with new functionality - Removed NewToolbox.sh script - Updated PROMPT and configuration files across all toolboxes - Consolidated audit and testing scripts - Updated QWEN.md to reflect new filesystem structure as authoritative source - Merged PROMPT content into QWEN.md as requested Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com> The filesystem structure has been intentionally restructured and is now the authoritative source of truth for the project organization.
24 lines
708 B
YAML
24 lines
708 B
YAML
version: 1.0.0
|
|
registries:
|
|
- type: standard
|
|
ref: v4.431.0
|
|
packages:
|
|
# Docker auditing and security tools
|
|
- name: hadolint/hadolint@v2.12.0
|
|
- name: aquasecurity/trivy@v0.56.2
|
|
- name: anchore/grype@v0.84.1
|
|
- name: docker/docker-bench-security@v1.8.0
|
|
- name: snyk/snyk@v1.1308.0
|
|
# General utility tools
|
|
- name: jesseduffield/lazygit@v0.44.0
|
|
- name: direnv/direnv@v2.35.0
|
|
- name: dandavison/delta@0.18.2
|
|
- name: ajeetdsouza/zoxide@v0.9.6
|
|
- name: mikefarah/yq@v4.44.3
|
|
- name: ducaale/xh@v0.22.3
|
|
- name: rs/curlie@v1.8.6
|
|
- name: koalaman/shellcheck@v0.10.0
|
|
- name: mvdan/sh@v3.7.0
|
|
- name: golangci/golangci-lint@v1.60.3
|
|
- name: golang/go@go1.23.0
|
|
- name: cli/cli@v2.57.0 |