Skip to content

Commit

Permalink
content: draft: reviewed -> managed (#1144)
Browse files Browse the repository at this point in the history
The use of a change management tool doesn't necessarily indicate code
was reviewed. Perhaps it's simply requiring a PR to be used or a lint
checks to be run. 'managed' more precisely gets at what's happening.

fixes #1140

Signed-off-by: Tom Hennen <tomhennen@google.com>
  • Loading branch information
TomHennen authored Oct 7, 2024
1 parent d70bc35 commit 8b65d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/spec/draft/source-requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ It MUST NOT be possible to modify the content of a branch without following its
SLSA Source Level 2 ensures that all changes are recorded and attributable to an actor.
SLSA Source Level 3 ensures that the documented process was followed.

The change management tool MUST be able to authoritatively state that each new revision reachable from the protected branch represents only the changes reviewed via the process.
The change management tool MUST be able to authoritatively state that each new revision reachable from the protected branch represents only the changes managed via the process.

The change management tool MUST provide at a minimum:

Expand Down

0 comments on commit 8b65d53

Please sign in to comment.