Skip to content

Commit 956b935

Browse files
authored
feat(gatherer): Scope SCM gatherer to only main branch (#2593)
Signed-off-by: Javier Rodriguez <[email protected]>
1 parent 9f32454 commit 956b935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scm_configuration_check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
- name: Gather runner context data
4040
run: |
41-
chainloop gather-runner-context --runner-token ${{ steps.generate-token.outputs.token }}
41+
chainloop gather-runner-context --runner-token ${{ steps.generate-token.outputs.token }} --branches=main
4242
4343
- name: Add runner context material to attestation
4444
run: |

0 commit comments

Comments
 (0)