-
-
Notifications
You must be signed in to change notification settings - Fork 598
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump alpine from 3.1.2 to 3.2.0 #4566
base: master
Are you sure you want to change the base?
Conversation
03baf78
to
eff4bff
Compare
Signed-off-by: Thomas Schauer-Koeckeis <thomas.schauer-koeckeis@rohde-schwarz.com>
Signed-off-by: Thomas Schauer-Koeckeis <thomas.schauer-koeckeis@rohde-schwarz.com>
Signed-off-by: Thomas Schauer-Koeckeis <thomas.schauer-koeckeis@rohde-schwarz.com>
Signed-off-by: Thomas Schauer-Koeckeis <thomas.schauer-koeckeis@rohde-schwarz.com>
Signed-off-by: Thomas Schauer-Koeckeis <thomas.schauer-koeckeis@rohde-schwarz.com>
09d9fc4
to
5e1a5d8
Compare
Signed-off-by: Thomas Schauer-Koeckeis <thomas.schauer-koeckeis@rohde-schwarz.com>
Signed-off-by: Thomas Schauer-Koeckeis <thomas.schauer-koeckeis@rohde-schwarz.com>
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesCodacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more |
Signed-off-by: Thomas Schauer-Koeckeis <thomas.schauer-koeckeis@rohde-schwarz.com>
src/main/java/org/dependencytrack/resources/v1/TeamResource.java
Outdated
Show resolved
Hide resolved
src/main/java/org/dependencytrack/upgrade/v4130/v4130Updater.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Thomas Schauer-Koeckeis <thomas.schauer-koeckeis@rohde-schwarz.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @Gepardgame, really good work!
Would you mind also updating this part of the docs (i.e. the screenshot)?
- https://docs.dependencytrack.org/integrations/rest-api/
dependency-track/docs/_docs/integrations/rest-api.md
Lines 22 to 24 in 78364cf
Prior to using the REST APIs, an API Key must be generated. By default, creating a team will NOT create an API key. A team may have multiple keys. ![Teams - API Key](/images/screenshots/teams.png)
Description
Bumps Alpine to 3.2.0, here mainly adding migration for hashed api-keys
Addressed Issue
Additional Details
Checklist
- [ ] This PR fixes a defect, and I have provided tests to verify that the fix is effective