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

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