Skip to content

Commit

Permalink
use default cosign-installer version (#637)
Browse files Browse the repository at this point in the history
Signed-off-by: Hector Fernandez <hector@chainguard.dev>
  • Loading branch information
hectorj2f committed Mar 6, 2023
1 parent 7d959a1 commit ecc0aad
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 20 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ jobs:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0

- uses: sigstore/cosign-installer@c3667d99424e7e6047999fb6246c0da843953c65
with:
cosign-release: 'v2.0.0'

- uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/kind-cluster-image-policy-no-tuf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ jobs:
mirror: mirror.gcr.io

- uses: sigstore/cosign-installer@c3667d99424e7e6047999fb6246c0da843953c65
with:
cosign-release: 'v2.0.0'

- name: Install cluster + sigstore
uses: sigstore/scaffolding/actions/setup@main
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ jobs:
mirror: mirror.gcr.io

- uses: sigstore/cosign-installer@c3667d99424e7e6047999fb6246c0da843953c65
with:
cosign-release: 'v2.0.0'

- name: Install cluster + sigstore
uses: sigstore/scaffolding/actions/setup@main
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/kind-cluster-image-policy-trustroot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ jobs:
mirror: mirror.gcr.io

- uses: sigstore/cosign-installer@c3667d99424e7e6047999fb6246c0da843953c65
with:
cosign-release: 'v2.0.0'

- name: Install cluster + sigstore
uses: sigstore/scaffolding/actions/setup@main
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/kind-cluster-image-policy-tsa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ jobs:
mirror: mirror.gcr.io

- uses: sigstore/cosign-installer@c3667d99424e7e6047999fb6246c0da843953c65 # v2
with:
cosign-release: 'v2.0.0'

- name: Install cluster + sigstore
uses: sigstore/scaffolding/actions/setup@v0.6.3
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/kind-cluster-image-policy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@ jobs:
mirror: mirror.gcr.io

- uses: sigstore/cosign-installer@c3667d99424e7e6047999fb6246c0da843953c65
with:
cosign-release: 'v2.0.0'

- name: Install cluster + sigstore
uses: sigstore/scaffolding/actions/setup@main
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/kind-e2e-cosigned.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ jobs:
uses: mikefarah/yq@47f4f8c7939f887e851b35f14def6741b8f5396e # v4.27.3

- uses: sigstore/cosign-installer@c3667d99424e7e6047999fb6246c0da843953c65
with:
cosign-release: 'v2.0.0'

- name: Setup mirror
uses: chainguard-dev/actions/setup-mirror@main
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/kind-e2e-trustroot-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ jobs:
uses: mikefarah/yq@47f4f8c7939f887e851b35f14def6741b8f5396e # v4.27.3

- uses: sigstore/cosign-installer@c3667d99424e7e6047999fb6246c0da843953c65
with:
cosign-release: 'v2.0.0'

- name: Setup mirror
uses: chainguard-dev/actions/setup-mirror@main
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/policy-tester-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ jobs:
make policy-tester
- uses: sigstore/cosign-installer@c3667d99424e7e6047999fb6246c0da843953c65
with:
cosign-release: 'v2.0.0-rc.1'

- name: Setup local registry
run: |
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ jobs:
check-latest: true

- uses: sigstore/cosign-installer@c3667d99424e7e6047999fb6246c0da843953c65
with:
cosign-release: 'v2.0.0'

- uses: anchore/sbom-action/download-syft@07978da4bdb4faa726e52dfc6b1bed63d4b56479 # v0.13.3

Expand Down

0 comments on commit ecc0aad

Please sign in to comment.