Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gravitee-io/gravitee-risk-assessment-api
https://github.com/gravitee-io/gravitee-risk-assessment-api
product-am security-scan
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gravitee-io/gravitee-risk-assessment-api
- Owner: gravitee-io
- License: apache-2.0
- Created: 2022-05-13T14:08:59.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-28T02:26:56.000Z (3 months ago)
- Last Synced: 2024-11-08T01:48:00.229Z (2 months ago)
- Topics: product-am, security-scan
- Language: Java
- Size: 21.5 KB
- Stars: 0
- Watchers: 19
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.adoc
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.adoc
- License: LICENSE.txt
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Gravitee Risk Assessment Api
ifdef::env-github[]
image:https://img.shields.io/badge/License-Apache%202.0-blue.svg["License", link="https://github.com/gravitee-io/gravitee-risk-assessment-api/blob/master/LICENSE.txt"]
image:https://img.shields.io/badge/semantic--release-conventional%20commits-e10079?logo=semantic-release["Releases", link="https://github.com/gravitee-io/gravitee-risk-assessment-api/releases"]
image:https://circleci.com/gh/gravitee-io/gravitee-risk-assessment-api.svg?style=svg["CircleCI", link="https://circleci.com/gh/gravitee-io/gravitee-risk-assessment-api"]
image:https://f.hubspotusercontent40.net/hubfs/7600448/gravitee-github-button.jpg["Join the community forum", link="https://community.gravitee.io?utm_source=readme", height=20]
endif::[]## Introduction
This gravitee library contains all the necessary settings to communicate with the Gravitee Risk Assessment Service.
It is currently composed of **gravitee-risk-assessment-api**,
the common api to implement in your project which contains:- The data model to use for settings
- The data model to use for the evaluation data## Installation
```bash
$ mvn clean install
```
You can then add the dependency in your pom.xml file:```xml
io.gravitee.risk.assessment.api
gravitee-risk-assessment-api
${version}```