ci: hook the cyclonedx validation into CircleCI

Signed-off-by: Alfredo Deza <adeza@anchore.com>
This commit is contained in:
Alfredo Deza 2020-09-16 10:51:33 -04:00
parent 57d777cf04
commit 3a5721801e

View file

@ -79,6 +79,10 @@ jobs:
sudo mv /usr/bin/docker ${HOME}/.local/bin/docker.bin
chmod 755 ${HOME}/.local/bin/docker
- run:
name: validate grype output against the CycloneDX schema
command: make validate-cyclonedx-schema
- run:
name: run unit tests
command: make unit