1
0
Fork 0

feat(docs): add fossa badge

This commit is contained in:
ssube 2019-08-22 16:34:25 -05:00
parent 81bc9a67ab
commit 7aaaf29694
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 26 additions and 22 deletions

View File

@ -3,26 +3,27 @@
Rule-based JSON/YAML validator using JSON schemas. Capable of filtering elements to validate partial documents, Rule-based JSON/YAML validator using JSON schemas. Capable of filtering elements to validate partial documents,
supports multiple documents per stream or file, inserting defaults, and other magic. supports multiple documents per stream or file, inserting defaults, and other magic.
- [SALTY DOG](#SALTY-DOG) - [SALTY DOG](#salty-dog)
- [Getting Started](#Getting-Started) - [Getting Started](#getting-started)
- [Status](#Status) - [Status](#status)
- [Releases](#Releases) - [Releases](#releases)
- [Build](#Build) - [Build](#build)
- [Install](#Install) - [Install](#install)
- [Docker](#Docker) - [Docker](#docker)
- [Node](#Node) - [Node](#node)
- [Global](#Global) - [Global](#global)
- [Project](#Project) - [Project](#project)
- [Usage](#Usage) - [Usage](#usage)
- [Modes](#Modes) - [Modes](#modes)
- [Check Mode](#Check-Mode) - [Check Mode](#check-mode)
- [Fix Mode](#Fix-Mode) - [Fix Mode](#fix-mode)
- [Default Values](#Default-Values) - [Default Values](#default-values)
- [Coercing Values](#Coercing-Values) - [Coercing Values](#coercing-values)
- [List Mode](#List-Mode) - [List Mode](#list-mode)
- [Rules](#Rules) - [Rules](#rules)
- [Enabling Rules](#Enabling-Rules) - [Enabling Rules](#enabling-rules)
- [Validate Rules](#Validate-Rules) - [Validate Rules](#validate-rules)
- [License](#license)
## Getting Started ## Getting Started
@ -56,7 +57,6 @@ ingress.extensions/gitlab created (dry run)
## Status ## Status
[![Pipeline status](https://img.shields.io/gitlab/pipeline/ssube/salty-dog.svg?gitlab_url=https%3A%2F%2Fgit.apextoaster.com&logo=gitlab)](https://git.apextoaster.com/ssube/salty-dog/commits/master) [![Pipeline status](https://img.shields.io/gitlab/pipeline/ssube/salty-dog.svg?gitlab_url=https%3A%2F%2Fgit.apextoaster.com&logo=gitlab)](https://git.apextoaster.com/ssube/salty-dog/commits/master)
[![MIT license](https://img.shields.io/github/license/ssube/salty-dog.svg)](https://github.com/ssube/salty-dog/blob/master/LICENSE.md)
[![Open bug count](https://img.shields.io/github/issues-raw/ssube/salty-dog/type-bug.svg)](https://github.com/ssube/salty-dog/issues?q=is%3Aopen+is%3Aissue+label%3Atype%2Fbug) [![Open bug count](https://img.shields.io/github/issues-raw/ssube/salty-dog/type-bug.svg)](https://github.com/ssube/salty-dog/issues?q=is%3Aopen+is%3Aissue+label%3Atype%2Fbug)
[![Open issue count](https://img.shields.io/github/issues-raw/ssube/salty-dog.svg)](https://github.com/ssube/salty-dog/issues?q=is%3Aopen+is%3Aissue) [![Open issue count](https://img.shields.io/github/issues-raw/ssube/salty-dog.svg)](https://github.com/ssube/salty-dog/issues?q=is%3Aopen+is%3Aissue)
@ -73,6 +73,8 @@ ingress.extensions/gitlab created (dry run)
[![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/ssube/salty-dog.svg?logo=lgtm)](https://lgtm.com/projects/g/ssube/salty-dog/context:javascript) [![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/ssube/salty-dog.svg?logo=lgtm)](https://lgtm.com/projects/g/ssube/salty-dog/context:javascript)
[![Total alerts](https://img.shields.io/lgtm/alerts/g/ssube/salty-dog.svg)](https://lgtm.com/projects/g/ssube/salty-dog/alerts/) [![Total alerts](https://img.shields.io/lgtm/alerts/g/ssube/salty-dog.svg)](https://lgtm.com/projects/g/ssube/salty-dog/alerts/)
[![MIT license](https://img.shields.io/github/license/ssube/salty-dog.svg)](https://github.com/ssube/salty-dog/blob/master/LICENSE.md)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fssube%2Fsalty-dog.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fssube%2Fsalty-dog?ref=badge_shield)
## Releases ## Releases
@ -263,4 +265,6 @@ To validate the rules in the `rules/` directory using the meta-rules:
... ...
{"name":"salty-dog","hostname":"cerberus","pid":29403,"level":30,"msg":"all rules passed","time":"2019-06-16T00:56:55.132Z","v":0} {"name":"salty-dog","hostname":"cerberus","pid":29403,"level":30,"msg":"all rules passed","time":"2019-06-16T00:56:55.132Z","v":0}
```
## License
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fssube%2Fsalty-dog.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fssube%2Fsalty-dog?ref=badge_large)```