From 01c0479165d3dd2cb812bed9acaf0763b38f8dc5 Mon Sep 17 00:00:00 2001 From: Miguel Martinez Date: Thu, 30 Oct 2025 09:28:28 +0100 Subject: [PATCH] chore: use the ee CLI for gather runner context Signed-off-by: Miguel Martinez --- .github/workflows/scm_configuration_check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scm_configuration_check.yaml b/.github/workflows/scm_configuration_check.yaml index 31dd9bf0f..36065e200 100644 --- a/.github/workflows/scm_configuration_check.yaml +++ b/.github/workflows/scm_configuration_check.yaml @@ -23,7 +23,7 @@ jobs: - name: Install Chainloop run: | - curl -sfL https://dl.chainloop.dev/cli/install.sh | bash -s + curl -sfL https://dl.chainloop.dev/cli/install.sh | bash -s -- -ee - name: Initialize Attestation run: |