mirror of
https://github.com/anchore/syft.git
synced 2026-02-12 02:26:42 +01:00
test: makefile; fingerprint shell change
Signed-off-by: Christopher Phillips <32073428+spiffcs@users.noreply.github.com>
This commit is contained in:
parent
0f95a1985c
commit
a19555f742
@ -1,4 +1,4 @@
|
|||||||
PKGSDIR=packages
|
PKGSDIR=packages
|
||||||
FINGERPRINT_FILE=$(PKGSDIR).fingerprint
|
FINGERPRINT_FILE=$(PKGSDIR).fingerprint
|
||||||
|
|
||||||
ifndef PKGSDIR
|
ifndef PKGSDIR
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -uxe
|
set -uxe
|
||||||
|
|
||||||
# note: this can be easily done in a 1-liner, however circle CI does NOT allow volume mounts from the host in docker executors (since they are on remote hosts, where the host files are inaccessible)
|
# note: this can be easily done in a 1-liner, however circle CI does NOT allow volume mounts from the host in docker executors (since they are on remote hosts, where the host files are inaccessible)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user