mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 16:33:21 +01:00
5 lines
186 B
Makefile
5 lines
186 B
Makefile
.DEFAULT_GOAL := validate-schema
|
|
.PHONY: validate-schema
|
|
validate-schema:
|
|
go run ../../main.go ubuntu:latest -vv -o cyclonedx > bom.xml
|
|
xmllint --noout --schema ./cyclonedx.xsd bom.xml
|