Files
hammer/recipes/kubescape.toml
T

18 lines
454 B
TOML

# Escrita a mano (Etapa G, tanda 2026-07-05): import-nix rechaza el fetchgit recursivo
# de nixpkgs (hash NAR no reusable) ⇒ repo+commit fijados a mano, vía Go automática del lab.
name = "kubescape"
version = "4.0.10"
[source]
repo = "https://github.com/kubescape/kubescape"
commit = "f956507357091c3806777fe13ddf5e65efe36e44"
[build]
compiler = "zig-cc"
target = "x86_64-linux-musl"
link = "static"
flags = []
[deps]
build = ["go"]