Skip to content

Bump github.com/sigstore/cosign/v2 from 2.1.1 to 2.2.0 #194

Bump github.com/sigstore/cosign/v2 from 2.1.1 to 2.2.0

Bump github.com/sigstore/cosign/v2 from 2.1.1 to 2.2.0 #194

Workflow file for this run

name: Test
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Run tests
run: make unit-ci
- name: Report coverage
uses: codecov/[email protected]