Skip to content

Commit

Permalink
chore: install cosing for e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
puffitos committed Sep 25, 2023
1 parent 1bda9ee commit d8406df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Install Cosign
uses: sigstore/cosign-installer@main
with:
cosign-release: 'v2.0.0'
cosign-release: 'v2.2.0'
- name: Login Build Sign Push
run: |
echo "${{ secrets.GITHUB_TOKEN }}" | docker login ${GHR} -u ${{ github.actor }} --password-stdin
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/end2end.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ jobs:
run: |
curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
helm version
- name: Install Cosign
uses: sigstore/cosign-installer@main
with:
cosign-release: 'v2.2.0'
- name: Create ephemeral keys
run: |
make test-generate-key
Expand Down

0 comments on commit d8406df

Please sign in to comment.