diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 9efc1533b..9da6f94ef 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -35,7 +35,7 @@ jobs: - name: Install Chainloop if: ${{ github.event_name != 'pull_request' }} 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: Checkout repository uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 diff --git a/.github/workflows/github_release.yaml b/.github/workflows/github_release.yaml index 648ee4ace..ebbf94429 100644 --- a/.github/workflows/github_release.yaml +++ b/.github/workflows/github_release.yaml @@ -34,7 +34,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: | diff --git a/.github/workflows/package_chart.yaml b/.github/workflows/package_chart.yaml index 9b9e623fd..5f8878962 100644 --- a/.github/workflows/package_chart.yaml +++ b/.github/workflows/package_chart.yaml @@ -38,7 +38,7 @@ jobs: steps: - 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: Docker login to Github Packages uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 18f46fbc9..6a1447e91 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -215,7 +215,7 @@ jobs: steps: - 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: Finish and Record Attestation id: attestation_push diff --git a/.github/workflows/sync_contracts.yml b/.github/workflows/sync_contracts.yml index e4090ec64..23dc3d887 100644 --- a/.github/workflows/sync_contracts.yml +++ b/.github/workflows/sync_contracts.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v4 - 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: Update contract definitions run: | for file in .github/workflows/contracts/*.yaml; do