github.com/lineaje-labs/syft@v0.98.1-0.20231227153149-9e393f60ff1b/syft/pkg/cataloger/kernel/test-fixtures/Makefile (about) 1 all: 2 3 # we need a way to determine if CI should bust the test cache based on the source material 4 .PHONY: cache.fingerprint 5 cache.fingerprint: 6 find Makefile **/Dockerfile -type f -exec sha256sum {} \; | sort | tee /dev/stderr | tee cache.fingerprint 7 sha256sum cache.fingerprint