Skip to content

Commit

Permalink
respond to pr comments
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Hennen <tomhennen@google.com>
  • Loading branch information
TomHennen committed Oct 23, 2024
1 parent 90e8b35 commit 2a440e0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/spec/draft/source-requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,14 +224,14 @@ For example, this would happen if the revision was created on another SCS, or if

The SCS MUST ensure that all technical controls governing changes to a [branch](#definitions)

1. Cannot be bypassed except via the [Safe Expunging Process](#safe-expunging-process).
2. Are discoverable by authorized users of the repo.
1. Are discoverable by authorized users of the repo.
2. Cannot be bypassed except via the [Safe Expunging Process](#safe-expunging-process).

For example, this can be accomplished:
For example, this could be accomplished by:

- Via the configuration of branch protection rules (e.g.[GitHub](https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-protected-branches/managing-a-branch-protection-rule), [GitLab](https://docs.gitlab.com/ee/user/project/repository/branches/protected.html)).
- Via application and verification of [gittuf](https://github.com/gittuf/gittuf) policies.
- Or some other mechanism as enforced by the [Change management tool](#change-management-tool-requirements).
- Via the configuration of branch protection rules (e.g.[GitHub](https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-protected-branches/managing-a-branch-protection-rule), [GitLab](https://docs.gitlab.com/ee/user/project/repository/branches/protected.html)), or
- via application and verification of [gittuf](https://github.com/gittuf/gittuf) policies, or
- some other mechanism as enforced by the [Change management tool](#change-management-tool-requirements).

<td><td><td>✓
</table>
Expand Down

0 comments on commit 2a440e0

Please sign in to comment.