mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 08:23:15 +01:00
Signed-off-by: Alex Goodman <alex.goodman@anchore.com> Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
7 lines
289 B
Makefile
7 lines
289 B
Makefile
# change these if you want CI to not use previous stored cache
|
|
CLI_CACHE_BUSTER := "e5cdfd8"
|
|
|
|
.PHONY: cache.fingerprint
|
|
cache.fingerprint:
|
|
find image-* -type f -exec md5sum {} + | awk '{print $1}' | sort | md5sum | tee cache.fingerprint && echo "$(CLI_CACHE_BUSTER)" >> cache.fingerprint
|