mirror of
https://github.com/anchore/syft.git
synced 2026-07-05 02:28:25 +02:00
require tmpdir to exist for fingerprints (#5002)
Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
This commit is contained in:
parent
deb2fd92ef
commit
0e8d6deabe
@ -137,6 +137,7 @@ tasks:
|
|||||||
fingerprints:
|
fingerprints:
|
||||||
desc: Generate fingerprints for all non-docker test fixtures
|
desc: Generate fingerprints for all non-docker test fixtures
|
||||||
silent: true
|
silent: true
|
||||||
|
deps: [tmpdir]
|
||||||
# this will look for `testdata/Makefile` and invoke the `fingerprint` target to calculate all cache input fingerprint files
|
# this will look for `testdata/Makefile` and invoke the `fingerprint` target to calculate all cache input fingerprint files
|
||||||
generates:
|
generates:
|
||||||
- '**/testdata/**/*.fingerprint'
|
- '**/testdata/**/*.fingerprint'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user