razzle

Results 35 comments of razzle

Getting cobra to do this for us relies upon us not using `cmd.Run + message.Fatal` in our commands. I lean more towards this anyways as that is a more true...

Thanks for reaching out @tgerla! Our tool `zarf` is a CLI designed to package up cloud native (docker/k8s) artifacts and be able to deploy them into air gapped (no connection)...

@kzantow Working on it! Ran into a few roadblocks getting the minimum POC working as our project is on `syft v0.84.1` but replicating this code resulting in compilation errors in...

This gets me much closer, but `image.Image`'s v1.Image field is private. ```go layoutPath := layout.Path(imagesDir) v1Img, err := layoutPath.Image(digest) if err != nil { log.Fatal(err) } img := image.Image{} imgSrc,...

I'm always down for removing shell abstractions, send it