Repository Analysis

docker/compose

Define and run multi-container applications with Docker

0.5 Likely human-written View on GitHub
0.5
Adjusted Score
0.5
Raw Score
100%
Time Factor
2026-05-26
Last Push
37,426
Stars
Go
Language
54,884
Lines of Code
416
Files
26
Pattern Hits
2026-05-31
Scan Date

Score History

Severity Breakdown

CRITICAL 0HIGH 0MEDIUM 0LOW 26

Pattern Findings

26 matches across 2 categories. Click a row to expand file-level details.

Over-Commented Block25 hits · 25 pts
SeverityFileLineSnippet
LOWdocker-bake.hcl1// Copyright 2022 Docker Compose CLI authors
LOWcmd/compose/hooks.go41}
LOWcmd/compose/options.go61 if buildForSinglePlatform || len(service.Build.Platforms) == 0 {
LOWinternal/paths/paths.go41 // then the only way to check if they're truly "equal" is to check
LOWinternal/oci/push.go41 // for the generated image manifest.
LOWinternal/desktop/client.go41const EngineLabel = "com.docker.desktop.address"
LOWinternal/registry/registry.go21 DefaultNamespace = "docker.io"
LOWinternal/sync/tar.go141// ArchivePathsIfExist creates a tar archive of all local files in `paths`. It quietly skips any paths that don't exist.
LOWinternal/sync/shared.go21// PathMapping contains the Compose service and modified host system path.
LOW.github/stale.yml41 This issue has been automatically closed because it had not recent activity during the stale period.
LOWpkg/compose/compose.go41 "github.com/docker/compose/v5/pkg/dryrun"
LOWpkg/compose/create.go341}
LOWpkg/compose/api_versions.go21const (
LOWpkg/compose/api_versions.go41 // apiVersion149 represents Docker Engine API version 1.49 (Engine v28.1).
LOWpkg/compose/build.go241}
LOWpkg/compose/cp.go221
LOWpkg/compose/image_pruner.go141 images = append(images, service.Image)
LOWpkg/compose/publish.go361 // (not interpolation). Sorted alphabetically. config.content is decoupled
LOWpkg/compose/publish.go401
LOWpkg/api/api.go81// Compose is the API interface one can use to programmatically use docker/compose in a third-party software
LOWpkg/watch/ephemeral.go21//
LOWpkg/watch/notify.go41
LOWpkg/watch/watcher_naive.go241 }
LOWpkg/e2e/compose_environment_test.go81 // 1. Command Line (docker compose run --env <KEY[=VAL]>) <-- Result expected (From environment)
LOWpkg/e2e/compose_environment_test.go161
Example Usage Blocks1 hit · 2 pts
SeverityFileLineSnippet
LOWpkg/compose/compose.go49// Example usage: