Ryan Moran

Results 37 comments of Ryan Moran

We'd like to hear the project's stance on this idea. We've experienced some pretty painful ramifications of our own usage of Syft due to the fact that the output schema...

We'd be happy to contribute this support. Before we spent the time to do that, it'd be good to have a deeper discussion of the constraints around what the project...

Related: https://github.com/anchore/syft/issues/959

As of `git` version 2.9, `git submodule update` supports a `--jobs=N` flag. This will allow submodules to be downloaded in parallel. I did a little non-scientific experiment with the submodules...

I can confirm that this behavior already seems to be happening. We have an issue filed against one of our buildpacks where its being too chatty in the detect output...

I am not sure I follow the reasoning here at all. A simplified version of the "offending" code is offered below: ``` go package uuid import "crypto/rand" type UUID [16]byte...

In your monorepo, are the sub-projects separate, or are there shared files? I ask because it is possible to run a build with a subset of the repository structure, eg....

I think that in the case where you'd use the `BP_NODE_PROJECT_PATH` environment variable, there is an expectation that the application shares some files with other parts of the monorepo and...

There are a couple of requests here. Let me enumerate each and give some guidance on what can be done. 1. the built image should exclude some extra files that...

Sorry, I should have included a link to the `source-removal` buildpack: https://github.com/paketo-buildpacks/source-removal. The README includes some more details, but to summarize, you could do something like the following: ``` pack...