Skip to content

Commit

Permalink
#35 Add build information
Browse files Browse the repository at this point in the history
Signed-off-by: Sven Strittmatter <[email protected]>
  • Loading branch information
Weltraumschaf committed Aug 2, 2023
1 parent 3779650 commit 2835d2c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ You can find the latest version on [Maven Central](https://central.sonatype.com/
implementation group: 'io.securecodebox', name: 'defectdojo-client', version: '1.0.0.-beta2'
```

## Development

To run a local build clone this repo and just invoke the following command in the repo directory:

```shell
mvn clean install
```

## Supported DefectDojo Versions

The client is supposed to be compatible with DefectDojo 1.10 and later, older version of DefectDojo might still work, but are not officially supported.
Expand Down

0 comments on commit 2835d2c

Please sign in to comment.