mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
feat: add custom sigstore conformance tests (#10473)
* feat: add custom sigstore conformance tests Signed-off-by: Vishal Choudhary <vishal.choudhary@nirmata.com> * feat: debug Signed-off-by: Vishal Choudhary <vishal.choudhary@nirmata.com> * feat: debug Signed-off-by: Vishal Choudhary <vishal.choudhary@nirmata.com> * feat: debug Signed-off-by: Vishal Choudhary <vishal.choudhary@nirmata.com> * feat: debug Signed-off-by: Vishal Choudhary <vishal.choudhary@nirmata.com> * feat: add custom sigstore values back Signed-off-by: Vishal Choudhary <vishal.choudhary@nirmata.com> * feat: remove debug Signed-off-by: Vishal Choudhary <vishal.choudhary@nirmata.com> --------- Signed-off-by: Vishal Choudhary <vishal.choudhary@nirmata.com> Co-authored-by: shuting <shuting@nirmata.com>
This commit is contained in:
parent
46b9a6e3e2
commit
c305fbc070
2 changed files with 7 additions and 4 deletions
.github/workflows
test/conformance/chainsaw/custom-sigstore/standard/basic
7
.github/workflows/conformance.yaml
vendored
7
.github/workflows/conformance.yaml
vendored
|
@ -615,6 +615,7 @@ jobs:
|
||||||
- name: custom-sigstore
|
- name: custom-sigstore
|
||||||
values:
|
values:
|
||||||
- standard
|
- standard
|
||||||
|
- custom-sigstore
|
||||||
k8s-version:
|
k8s-version:
|
||||||
- name: v1.27
|
- name: v1.27
|
||||||
version: v1.27.x
|
version: v1.27.x
|
||||||
|
@ -645,7 +646,7 @@ jobs:
|
||||||
uses: kyverno/action-install-chainsaw@dd64b5d7b2b7d36fdf701d48ac8b216aa94414db # v0.2.4
|
uses: kyverno/action-install-chainsaw@dd64b5d7b2b7d36fdf701d48ac8b216aa94414db # v0.2.4
|
||||||
# create cluster
|
# create cluster
|
||||||
- name: Create kind cluster and setup Sigstore Scaffolding
|
- name: Create kind cluster and setup Sigstore Scaffolding
|
||||||
uses: sigstore/scaffolding/actions/setup@19922c022ce4d4d5511e0adcd56df6eb2f41b8a6
|
uses: sigstore/scaffolding/actions/setup@d9197cb16e744297de67cfeef8a8e247d31206c4
|
||||||
with:
|
with:
|
||||||
version: main
|
version: main
|
||||||
k8s-version: ${{ matrix.k8s-version.version }}
|
k8s-version: ${{ matrix.k8s-version.version }}
|
||||||
|
@ -684,7 +685,7 @@ jobs:
|
||||||
TEST_IMAGE_URL=ttl.sh/${IMAGE_NAME}:1h
|
TEST_IMAGE_URL=ttl.sh/${IMAGE_NAME}:1h
|
||||||
crane copy cgr.dev/chainguard/static@$DIGEST $TEST_IMAGE_URL
|
crane copy cgr.dev/chainguard/static@$DIGEST $TEST_IMAGE_URL
|
||||||
cosign initialize --mirror $TUF_MIRROR --root $TUF_MIRROR/root.json
|
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
|
echo "TEST_IMAGE_URL=$TEST_IMAGE_URL" >> $GITHUB_ENV
|
||||||
# run tests
|
# run tests
|
||||||
- name: Test with Chainsaw
|
- name: Test with Chainsaw
|
||||||
|
@ -1005,6 +1006,7 @@ jobs:
|
||||||
- k8s-version-specific-tests-above-1-28
|
- k8s-version-specific-tests-above-1-28
|
||||||
- validatingadmissionpolicies-reports-v1alpha1
|
- validatingadmissionpolicies-reports-v1alpha1
|
||||||
- validatingadmissionpolicies-reports-v1beta1
|
- validatingadmissionpolicies-reports-v1beta1
|
||||||
|
- custom-sigstore
|
||||||
- default
|
- default
|
||||||
- monitor-helm-secret-size
|
- monitor-helm-secret-size
|
||||||
- check-tests
|
- check-tests
|
||||||
|
@ -1023,6 +1025,7 @@ jobs:
|
||||||
- k8s-version-specific-tests-above-1-28
|
- k8s-version-specific-tests-above-1-28
|
||||||
- validatingadmissionpolicies-reports-v1alpha1
|
- validatingadmissionpolicies-reports-v1alpha1
|
||||||
- validatingadmissionpolicies-reports-v1beta1
|
- validatingadmissionpolicies-reports-v1beta1
|
||||||
|
- custom-sigstore
|
||||||
- default
|
- default
|
||||||
- monitor-helm-secret-size
|
- monitor-helm-secret-size
|
||||||
- check-tests
|
- check-tests
|
||||||
|
|
|
@ -27,7 +27,7 @@ spec:
|
||||||
entries:
|
entries:
|
||||||
- keyless:
|
- keyless:
|
||||||
issuer: "https://kubernetes.default.svc.cluster.local"
|
issuer: "https://kubernetes.default.svc.cluster.local"
|
||||||
subject: "*"
|
subject: "https://kubernetes.io/namespaces/default/serviceaccounts/default"
|
||||||
rekor:
|
rekor:
|
||||||
url: "{{ tufvalues.data.REKOR_URL }}"
|
url: "{{ tufvalues.data.REKOR_URL }}"
|
||||||
required: true
|
required: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue