spring-projects/spring-petclinic
spring-projects/spring-petclinicClick the green button below to open GitHub’s new-issue form, pre-filled with the report title, summary table, top findings, and an embedded score-card image. No authentication needed — you review on GitHub before submitting. Repobility is credited as the scanner.
This image will render at the top of the issue body. Hosted on Repobility, refreshes automatically after re-scans.
Code quality scan: 14 findings (B+, 87/100)
Hi @spring-projects, an automated scan of this repository surfaced **14 code-quality findings** that may be worth a look. Full details, severity filters, and per-file context are at the link below — feel free to close this issue if it isn't useful to you. ## Full interactive report **https://repobility.com/scan/c178890f-6675-47fe-8e92-afc336f12807/**  ## At a glance - **Score**: `87/100` • **Grade**: `B+` - **Scanned**: `2026-05-16 11:56 UTC` - **Lines of code**: 3,723 - **Total findings**: 14 - **Security-tagged**: 1 - **Credential / secret patterns**: 0 ## Top issues, with file & line _These are deterministic rule-based findings — the file paths and line numbers below are real and can be verified in your tree._ 1. **[critical]** Compose service contains a literal secret environment value — `docker-compose.yml:1` _Literal secrets in Compose files are committed to source and exposed through container inspection._ 2. **[critical]** Compose service contains a literal secret environment value — `docker-compose.yml:13` _Literal secrets in Compose files are committed to source and exposed through container inspection._ 3. **[high]** Database service has no persistent data volume — `docker-compose.yml:1` _Database containers store data in the writable container layer unless a volume or bind mount is attached to the image's data directory. Recreating the container can lose state._ 4. **[high]** Database service has no persistent data volume — `docker-compose.yml:13` _Database containers store data in the writable container layer unless a volume or bind mount is attached to the image's data directory. Recreating the container can lose state._ 5. **[high]** Database service publishes a host port — `docker-compose.yml:1` _Publishing database ports to the host increases exposure. Internal Compose networking usually only needs expose, not ports._ See all 14 findings, with severity filters and AI fix prompts: **https://repobility.com/scan/c178890f-6675-47fe-8e92-afc336f12807/** --- **What is this?** [Repobility](https://repobility.com) is a research project that scans public repositories with a multi-layer static analyzer (rule-based, no AI hallucinations) and learns code-quality patterns across a broad cross-repo corpus. This is **not a sales pitch** — there's no paywall, no signup required to view the report, and no payment ask. If the findings aren't useful, please close this issue and we won't post again. **To re-run after fixes land:** paste your repo URL at [repobility.com](https://repobility.com) — fresh scan, free. _Issue filed via the public Repobility report at https://repobility.com/scan/c178890f-6675-47fe-8e92-afc336f12807/._
The button opens GitHub’s new-issue page in a new tab. You will see the title + body pre-filled — review, edit if you want, then click GitHub’s "Submit new issue" button. Repobility never posts anything on your behalf.