github.com/lineaje-labs/syft@v0.98.1-0.20231227153149-9e393f60ff1b/test/cli/test-fixtures/Makefile (about)

     1  # change these if you want CI to not use previous stored cache
     2  CLI_CACHE_BUSTER := "e5cdfd8"
     3  
     4  .PHONY: cache.fingerprint
     5  cache.fingerprint:
     6  	find image-* -type f -exec md5sum {} + | awk '{print $1}' | sort | md5sum | tee cache.fingerprint && echo "$(CLI_CACHE_BUSTER)" >> cache.fingerprint