Skip to content

Commit

Permalink
update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-sommer committed Mar 8, 2024
1 parent 7b5e0ef commit 18f1e09
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,9 @@ dta.create_project(name="testproject",classifier = "APPLICATION")
# Update a new project
dta.update_project(uuid="project_uuid",name="newprojectname")
```

## Examples
This project was tested effectively to use it for:
- managing (create and remove) projects within DependencyTrack
- uploading SBOM files to the relevant projects in DependencyTrack
- adjusting the project's settings in order to sync the discovered findings with [DefectDojo](https://github.com/DefectDojo/django-DefectDojo)

0 comments on commit 18f1e09

Please sign in to comment.