Merge branch 'master' of github.com:MISP/misp-galaxy

pull/4/head
Alexandre Dulaunoy 2016-04-21 09:48:01 +02:00
commit 3faaaf657a
2 changed files with 19 additions and 0 deletions

17
.travis.yml Normal file
View File

@ -0,0 +1,17 @@
language: bash
sudo: required
dist: trusty
install:
- git clone https://github.com/stedolan/jq.git
- pushd jq
- autoreconf -i
- ./configure --disable-maintainer-mode
- make
- sudo make install
- popd
script:
- cat */*.json | jq .

View File

@ -1,5 +1,7 @@
# misp-galaxy # misp-galaxy
[![Build Status](https://travis-ci.org/MISP/misp-galaxy.svg?branch=master)](https://travis-ci.org/MISP/misp-galaxy)
MISP galaxy is a simple method to express a large object called cluster that can be attached to MISP events or MISP galaxy is a simple method to express a large object called cluster that can be attached to MISP events or
attributes. A cluster can be composed of one or more elements. Elements are expressed as key-values. There attributes. A cluster can be composed of one or more elements. Elements are expressed as key-values. There
are default elements available in MISP galaxy but those can be overwritten, replaced or updated as you wish. are default elements available in MISP galaxy but those can be overwritten, replaced or updated as you wish.