mirror of
https://github.com/anchore/syft.git
synced 2025-11-18 17:03:17 +01:00
9 lines
181 B
Makefile
9 lines
181 B
Makefile
all: build validate
|
|
|
|
.PHONY: build
|
|
build:
|
|
docker build -t spdx-java-tools:latest .
|
|
|
|
validate:
|
|
docker run --rm -v ${FILE}:/home/build/${BASE} spdx-java-tools:latest Verify ${BASE}
|