github.com/noqcks/syft@v0.0.0-20230920222752-a9e2c4e288e5/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