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
Check that the build was done from an expected git branch. The specific branches permitted are specified as a list of regexes in the `allowed_branch_patterns` rule data.
3
+
Check that the build has an expected target git branch. The specific branches permitted are specified as a list of regexes in the `allowed_target_branch_patterns` rule data.
4
4
5
5
== Package Name
6
6
@@ -9,12 +9,12 @@ Check that the build was done from an expected git branch. The specific branches
9
9
== Rules Included
10
10
11
11
[#git_branch__git_branch]
12
-
=== link:#git_branch__git_branch[Only allow builds from a trusted branch]
12
+
=== link:#git_branch__git_branch[Builds have a trusted target branch]
13
13
14
-
Build must originate from a configured branch pattern (e.g., 'refs/heads/main')
14
+
Build must target a configured branch pattern (e.g., 'c10s')
a| Check that the build was done from an expected git branch. The specific branches permitted are specified as a list of regexes in the `allowed_branch_patterns` rule data.
367
+
a| Check that the build has an expected target git branch. The specific branches permitted are specified as a list of regexes in the `allowed_target_branch_patterns` rule data.
0 commit comments