From 6641e0bf0ed70ac90b86f441192f641060284d99 Mon Sep 17 00:00:00 2001 From: nscuro Date: Tue, 2 Jun 2026 23:21:48 +0200 Subject: [PATCH 1/2] Update repo links in README Also adds status badges. Signed-off-by: nscuro --- README.md | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 54f9310..fe8ee18 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ Documentation for [OWASP Dependency-Track](https://dependencytrack.org), built with [MkDocs Material](https://squidfunk.github.io/mkdocs-material/) and organized per the [Diataxis](https://diataxis.fr/) framework. +[![Build status](https://github.com/DependencyTrack/docs/actions/workflows/build.yml/badge.svg)](https://github.com/DependencyTrack/docs/actions/workflows/build.yml) +[![Deploy status](https://github.com/DependencyTrack/docs/actions/workflows/deploy.yml/badge.svg)](https://github.com/DependencyTrack/docs/actions/workflows/deploy.yml) + ## Prerequisites - [uv](https://docs.astral.sh/uv/) @@ -50,8 +53,16 @@ Linters run in Docker, except for Python which uses [Ruff](https://docs.astral.s Some reference pages are generated from upstream source repositories and should not be edited directly. GitHub Actions workflows are provided to automate regeneration. -| Content | Source | Workflow | Local command | -|:--------|:-------|:---------|:--------------| -| Configuration properties | `application.properties` in [hyades-apiserver](https://github.com/DependencyTrack/hyades-apiserver) | `update-config-docs` | `make generate-config-docs APISERVER_PROPERTIES=` | -| Protobuf schemas | `.proto` files in [hyades-apiserver](https://github.com/DependencyTrack/hyades-apiserver) | `update-proto-docs` | `make generate-proto-docs APISERVER_DIR=` | -| OpenAPI specs | CI artifacts from [hyades-apiserver](https://github.com/DependencyTrack/hyades-apiserver) | `update-openapi-docs` | n/a | +| Content | Source | Workflow | Local command | +|:--------|:----------------------------------------------------------------------------------------------------|:---------|:--------------| +| Configuration properties | `application.properties` in [dependency-track](https://github.com/DependencyTrack/dependency-track) | `update-config-docs` | `make generate-config-docs APISERVER_PROPERTIES=` | +| Protobuf schemas | `.proto` files in [dependency-track](https://github.com/DependencyTrack/dependency-track) | `update-proto-docs` | `make generate-proto-docs APISERVER_DIR=` | +| OpenAPI specs | CI artifacts from [dependency-track](https://github.com/DependencyTrack/dependency-track) | `update-openapi-docs` | n/a | + +## See also + +* [dependency-track](https://github.com/DependencyTrack/dependency-track): Main repository +* [frontend](https://github.com/DependencyTrack/frontend): Frontend repository +* [helm-charts](https://github.com/DependencyTrack/helm-charts): [Helm](https://helm.sh/) charts +* [community](https://github.com/DependencyTrack/community): Community resources + From 561264f357e10879fe61b2164f529a25c790af99 Mon Sep 17 00:00:00 2001 From: Niklas Date: Tue, 2 Jun 2026 23:26:30 +0200 Subject: [PATCH 2/2] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: Niklas --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fe8ee18..d2eb140 100644 --- a/README.md +++ b/README.md @@ -61,8 +61,8 @@ Some reference pages are generated from upstream source repositories and should ## See also -* [dependency-track](https://github.com/DependencyTrack/dependency-track): Main repository -* [frontend](https://github.com/DependencyTrack/frontend): Frontend repository -* [helm-charts](https://github.com/DependencyTrack/helm-charts): [Helm](https://helm.sh/) charts -* [community](https://github.com/DependencyTrack/community): Community resources +- [dependency-track](https://github.com/DependencyTrack/dependency-track): Main repository +- [frontend](https://github.com/DependencyTrack/frontend): Frontend repository +- [helm-charts](https://github.com/DependencyTrack/helm-charts): [Helm](https://helm.sh/) charts +- [community](https://github.com/DependencyTrack/community): Community resources