Skip to content
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

Feature #3344 - show dependencies via new sbom actuator endpoint #3351

Merged
merged 16 commits into from
May 4, 2024

Conversation

StefanHufschmidt
Copy link
Contributor

Contains implementations necessary to show, filter and sort the list of dependencies for a running instance which is serving an actuator SBOM endpoint at /actuator/sbom. See #3344 for more information.

You'll need a Spring Boot Admin with Spring Boot 3.3.0 or newer serving its SBOM at its actuator endpoint to see the effects of the new "Dependencies" menu. See https://docs.spring.io/spring-boot/api/rest/actuator/sbom.html or https://docs.spring.io/spring-boot/3.3/reference/actuator/endpoints.html#actuator.endpoints.sbom for more information about this endpoint.

@StefanHufschmidt StefanHufschmidt requested a review from a team as a code owner May 2, 2024 11:56
@SteKoe SteKoe enabled auto-merge (squash) May 4, 2024 18:13
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.88%. Comparing base (4f9d0ae) to head (e148d62).
Report is 1349 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #3351      +/-   ##
============================================
- Coverage     83.64%   81.88%   -1.77%     
- Complexity     1247     1332      +85     
============================================
  Files           156      167      +11     
  Lines          3644     4349     +705     
  Branches        258      284      +26     
============================================
+ Hits           3048     3561     +513     
- Misses          464      643     +179     
- Partials        132      145      +13     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@SteKoe SteKoe merged commit d6bdd60 into codecentric:master May 4, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants