File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 55[ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/shiftleftcyber/sbom-validator )] ( https://goreportcard.com/report/github.com/shiftleftcyber/sbom-validator )
66![ GitHub release (latest by date)] ( https://img.shields.io/github/v/release/shiftleftcyber/sbom-validator )
77
8-
98## Overview
109
1110** sbom-validator** is a Go library designed to validate
@@ -94,6 +93,19 @@ or you can use the included Makefile
9493make test
9594```
9695
96+ ## Running the example
97+
98+ You can build an example app and pass in an SBOM
99+
100+ ``` sh
101+ make build
102+
103+ ./bin/sbom-validator-example -file sample-sboms/sample-1.6.cdx.json
104+ CycloneDX SBOM type detected
105+ CycloneDX version is set to: 1.6
106+ SBOM is valid
107+ ```
108+
97109## License
98110
99111This project is licensed under the MIT License.
You can’t perform that action at this time.
0 commit comments