Skip to content

Commit

Permalink
Merge branch 'release-1.12' into release-1.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
eddycharly authored Jun 17, 2024
2 parents fa91da1 + 74496ab commit 1f2755f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/conformance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -615,8 +615,6 @@ jobs:
- standard
- custom-sigstore
k8s-version:
- name: v1.26
version: v1.26.x
- name: v1.27
version: v1.27.x
- name: v1.28
Expand Down Expand Up @@ -644,7 +642,7 @@ jobs:
uses: kyverno/action-install-chainsaw@995cddaee7702e849270b84fa44cdcebe7462da8 # v0.1.9
# create cluster
- name: Create kind cluster and setup Sigstore Scaffolding
uses: sigstore/scaffolding/actions/setup@2d10614e854828e2389881abe6c5cf76240897a7
uses: sigstore/scaffolding/actions/setup@d9197cb16e744297de67cfeef8a8e247d31206c4
with:
version: main
k8s-version: ${{ matrix.k8s-version.version }}
Expand Down Expand Up @@ -683,7 +681,7 @@ jobs:
TEST_IMAGE_URL=ttl.sh/${IMAGE_NAME}:1h
crane copy cgr.dev/chainguard/static@$DIGEST $TEST_IMAGE_URL
cosign initialize --mirror $TUF_MIRROR --root $TUF_MIRROR/root.json
COSIGN_EXPERIMENTAL=1 cosign sign --rekor-url $REKOR_URL --fulcio-url $FULCIO_URL $TEST_IMAGE_URL --identity-token `curl -s $ISSUER_URL` -y
COSIGN_EXPERIMENTAL=1 cosign sign --rekor-url $REKOR_URL --fulcio-url $FULCIO_URL $TEST_IMAGE_URL --identity-token $OIDC_TOKEN -y
echo "TEST_IMAGE_URL=$TEST_IMAGE_URL" >> $GITHUB_ENV
# run tests
- name: Test with Chainsaw
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
entries:
- keyless:
issuer: "https://kubernetes.default.svc.cluster.local"
subject: "*"
subject: "https://kubernetes.io/namespaces/default/serviceaccounts/default"
rekor:
url: "{{ tufvalues.data.REKOR_URL }}"
required: true
required: true

0 comments on commit 1f2755f

Please sign in to comment.