Skip to content

Commit

Permalink
Added permissions section
Browse files Browse the repository at this point in the history
  • Loading branch information
stevespringett committed Nov 13, 2018
1 parent 44e25da commit 186b15a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/_docs/integrations/jenkins.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,18 @@ To setup, navigate to **Jenkins » System Configuration** and complete the

![System Configuration](/images/screenshots/jenkins-global-odt.png)

### Permissions
The following permission should be assigned to the API key configured above.

| Permission | Description |
| ------|-------------|
| BOM_UPLOAD | Allows the uploading of CycloneDX and SPDX BoMs |
| SCAN_UPLOAD | Allows the uploading of Dependency-Check XML reports |
| VIEW_PORTFOLIO | Allows the plugin to list the projects in the dropdown |
| VULNERABILITY_ANALYSIS | Allows access to the findings API for trending and results (synchronous mode only) |
| PROJECT_CREATION_UPLOAD | Allows the dynamic creation of projects (if enabled by the plugin) |


[CycloneDX]: https://cyclonedx.org
[SPDX]: https://spdx.org
[Dependency-Track Jenkins plugin]: https://wiki.jenkins.io/display/JENKINS/OWASP+Dependency-Track+Plugin

0 comments on commit 186b15a

Please sign in to comment.