Skip to content

Commit 9589ce2

Browse files
authored
editorial: draft: link to tag def (#1499)
Adding a link to the tag definition to make it clear what we mean by tag in this context. E.g. we mean the SLSA definition. fixes #1490 Signed-off-by: Tom Hennen <tomhennen@google.com>
1 parent 62247cb commit 9589ce2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/spec/draft/source-requirements.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The following terms apply to Version Control Systems:
2828
| Change | A modification to the state of the Source Repository, such as creation of a new Source Revision based on a previous Source Revision, or creation, deletion, or modification of a Named Reference.
2929
| Change History | A record of the history of Source Revisions that preceded a specific revision.
3030
| Branch | A Named Reference that moves to track the Change History of a cohesive line of development within a Source Repository. E.g. `main`, `develop`, `feature-x`
31-
| Tag | A Named Reference that is intended to be immutable. Once created, it is not moved to point to a different revision. E.g. `v1.2.3`, `release-20250722`
31+
| <span id="tag">Tag</span> | A Named Reference that is intended to be immutable. Once created, it is not moved to point to a different revision. E.g. `v1.2.3`, `release-20250722`
3232

3333
> **NOTE:** The 'branch' and 'tag' features within version control systems may
3434
not always align with the 'Branch' and 'Tag' definitions provided in this
@@ -212,8 +212,8 @@ its consumable Source Revisions.
212212
If the SCS provides this capability by design, no additional controls are needed.
213213
Otherwise the organization MUST provide evidence of [continuous enforcement](#continuity).
214214

215-
If the SCS supports Tags, the SCS MUST be configured to prevent them from
216-
being moved or deleted.
215+
If the SCS supports [Tags](#tag), the SCS MUST be configured to prevent them
216+
from being moved or deleted.
217217

218218
> For example, if a git tag `release1` is used to indicate a release revision
219219
with ID `abc123`, controls must be configured to prevent that tag from being

0 commit comments

Comments
 (0)