Skip to content

Commit bd8b8ce

Browse files
authored
Improve style, grammatical fix (#25112)
Improves style, fixes a grammatical issue in `trust-model.md`.
1 parent 46001a4 commit bd8b8ce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/manuals/compose/trust-model.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This means that any Compose file you run, whether it lives on your local
1414
filesystem, in a Git repository, or in an OCI registry, has full control over
1515
how containers interact with your host. The security boundary is not where the file comes from but whether you trust the author.
1616

17-
Evaluating trust means asking: do you know who authored this file, can you verify it hasn't changed since you last reviewed it, and do you understand every privilege it requests?
17+
Evaluating trust means asking: Who authored this file? Has it changed since you last reviewed it? Do you understand every privilege it requests?
1818

1919
## The dependency chain
2020

@@ -100,7 +100,7 @@ access to credentials, cloud provider tokens, or Docker sockets.
100100

101101
### Pin remote references to digests
102102

103-
Tags are mutable meaning anyone with push access to a registry can overwrite a tag silently, so a reference you reviewed last week may point to different content today.
103+
Tags are mutable, meaning anyone with push access to a registry can overwrite a tag silently, so a reference you reviewed last week may point to different content today.
104104

105105
Digests are immutable. Instead of referencing by tag, pin to the digest.
106106

0 commit comments

Comments
 (0)