Skip to content

Commit e71b96c

Browse files
committed
CI: Remove cosign v2 pin
1 parent 643af16 commit e71b96c

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/pr_cockpit.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,6 @@ jobs:
112112

113113
- name: Install cosign
114114
uses: sigstore/cosign-installer@6f9f17788090df1f26f669e9d70d6ae9567deba6 # v4.1.2
115-
with:
116-
# pin to the latest Cosign v2.x, V3 changes how we publish (new bundle format / OCI 1.1 referrer signatures)
117-
cosign-release: v2.6.5
118115

119116
- name: Install syft
120117
uses: anchore/sbom-action/download-syft@9246b90769f852b3a8921f330c59e0b3f439d6e9 # v0.20.1
@@ -161,9 +158,6 @@ jobs:
161158
steps:
162159
- name: Install cosign
163160
uses: sigstore/cosign-installer@6f9f17788090df1f26f669e9d70d6ae9567deba6 # v4.1.2
164-
with:
165-
# pin to the latest Cosign v2.x, V3 changes how we publish (new bundle format / OCI 1.1 referrer signatures)
166-
cosign-release: v2.6.5
167161
- name: Checkout
168162
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
169163
with:

0 commit comments

Comments
 (0)