github.com/nextlinux/gosbom@v0.81.1-0.20230627115839-1ff50c281391/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