Skip to content

Commit

Permalink
ci: hook the cyclonedx validation into CircleCI
Browse files Browse the repository at this point in the history
Signed-off-by: Alfredo Deza <adeza@anchore.com>
  • Loading branch information
Alfredo Deza committed Sep 21, 2020
1 parent 57d777c commit 3a57218
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3a57218

Please sign in to comment.