8c8d9aaa6d428b5ef1e7f60f2a7e0baf17f49d6c6897b000d8acaec03faee0a1cc9e1889a8a4ad1fAuthored: 1 month ago (Fri, 5 Jun 2026 11:44:12 +0000)Match: Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>93d4942283759ec61c42ebda5980970757dbfebfAuthored: 2 months ago (Fri, 29 May 2026 16:04:02 +0000)Match: Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>4c0ccf02fffbe7563cef0e6e82bdde6a595932d0Authored: 2 months ago (Tue, 5 May 2026 21:59:08 +0000)Match: Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>43ddf4636b78b15ad7e90b66af9ae4cdfc130bf0Authored: 3 months ago (Mon, 27 Apr 2026 14:01:49 +0000)Match: Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>4c3261ac2545e3b85c43eb459f9ed7ac830a6911Authored: 3 months ago (Mon, 27 Apr 2026 10:47:31 +0000)Match: Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>bb4739e93c1d178053af095f5b2f0ea8233d53c1Authored: 4 months ago (Wed, 25 Mar 2026 11:54:50 +0000)Match: Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>35937b53b8706586f6c6dfcd68299d927a778c6bAuthored: 4 months ago (Wed, 25 Mar 2026 11:42:32 +0000)Match: Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>96c04cf29b425552d471c0cbfcdf2ea60ae5b3caAuthored: 4 months ago (Thu, 12 Mar 2026 18:10:22 +0000)Match: Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>9ca6cb1998081bd3661069b775b19b77c9050dcaAuthored: 9 months ago (Fri, 17 Oct 2025 09:59:25 +0000)Match: Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>14989182ab024c9443fcff787785889861b2f9f2Authored: 1 year ago (Fri, 16 May 2025 09:02:01 +0000)Match: Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>.github/copilot-instructions.mdTool: github-copilot# Copilot Code Review Instructions
These instructions steer GitHub Copilot's automatic PR reviews. They complement `AGENTS.md` and `CONTRIBUTING.md`.
## Project context
Dependency-Track is an intelligent component analysis platform that allows organizations to identify and reduce risk in the software supply chain.
The repo is a multi-module Maven project. Relevant modules: `apiserver` (main application),
`api` (REST API v2, OpenAPI v3, spec-first), `alpine` (legacy framework being dissolved), `cache`, `cCLAUDE.mdTool: claude-codeAGENTS.mdAGENTS.mdTool: agents-md# AGENTS.md
## Commands
Use the `make` commands outlined below.
Always set the `AGENT` variable when running make, e.g. `make build AGENT=1`.
Do not invoke Maven directly unless no equivalent `make` target exists.
If Maven needs to be invoked directly, only do so from the repository root.
* Build: `make build`
* Run all tests (slow): `make test`
* Run individual test: `make test-single MODULE=apiserver TEST=FooTest`
* Run individual test methods: `make test-single MODULE=apiserver TEST=FooTest#test`
* Runone