Skip to content

elomagic/dt-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DT Tool

A tool that helps you to manage Dependency Track content better.


Apache License, Version 2.0, January 2004 build workflow GitHub issues Latest Maintenance Buymeacoffee

Using the library

Requirements

Configuration

File configuration.properties

Currently only needed when accessing Dependency Track

# Base URL of Dependency Track
baseUrl=https://dependencytrackapi.local
# API Key to access REST API of the Dependency Track
apiKey=<API-KEY>

Execute

Execute following line to see all supported options

java -jar <LATEST_RELEASED_JAR> -help

Example 1 - Print outdated SNAPSHOTS (30 days and older)

java -jar <LATEST_RELEASED_JAR> -cp

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.

Versioning

Versioning follows the semantic of Semantic Versioning 2.0.0

License

The dt-tool is distributed under Apache License, Version 2.0

Releases

No releases published

Languages