mirror of
https://github.com/anchore/grype
synced 2024-11-10 14:44:12 +00:00
d8aedf8117
Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
5 lines
No EOL
223 B
Makefile
5 lines
No EOL
223 B
Makefile
.DEFAULT_GOAL := validate-schema
|
|
.PHONY: validate-schema
|
|
validate-schema:
|
|
go run ../../main.go -c ../../test/grype-test-config.yaml ubuntu:latest -vv -o cyclonedx > bom.xml
|
|
xmllint --noout --schema ./cyclonedx.xsd bom.xml
|