chainguard-dev / malcontent

detect malicious program behaviors
Apache License 2.0
407 stars 26 forks source link

Cache bincapz-samples checkout #445

Closed tstromberg closed 2 weeks ago

tstromberg commented 2 weeks ago

Fetching the sample repository is time-consuming: it slows iteration time by minutes.

My thought is to pin the samples by commit hash in the Makefile, and store it on disk as ./out/samples-<hash>. Then we can rely on make to handle caching the data until the samples are updated.