You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
Copy file name to clipboardExpand all lines: docs/spec/draft/source-requirements.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ The following terms apply to Version Control Systems:
28
28
| 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.
29
29
| Change History | A record of the history of Source Revisions that preceded a specific revision.
30
30
| 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
+
| <spanid="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`
32
32
33
33
> **NOTE:** The 'branch' and 'tag' features within version control systems may
34
34
not always align with the 'Branch' and 'Tag' definitions provided in this
@@ -212,8 +212,8 @@ its consumable Source Revisions.
212
212
If the SCS provides this capability by design, no additional controls are needed.
213
213
Otherwise the organization MUST provide evidence of [continuous enforcement](#continuity).
214
214
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.
217
217
218
218
> For example, if a git tag `release1` is used to indicate a release revision
219
219
with ID `abc123`, controls must be configured to prevent that tag from being
0 commit comments