mirror of
https://github.com/anchore/grype
synced 2024-11-10 22:54:11 +00:00
ci: hook the cyclonedx validation into CircleCI
Signed-off-by: Alfredo Deza <adeza@anchore.com>
This commit is contained in:
parent
57d777cf04
commit
3a5721801e
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue