Skip to content

Commit

Permalink
Add timeout parameter to ec validation pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphbean committed Jul 10, 2024
1 parent d7ad9b8 commit 464e469
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pipelines/enterprise-contract.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ spec:
Public key used to verify signatures. Must be a valid k8s cosign
reference, e.g. k8s://my-space/my-secret where my-secret contains
the expected cosign.pub attribute.
- name: TIMEOUT
type: string
description: Timeout setting for `ec validate`.
default: "5m0s"

results:
- name: TEST_OUTPUT
value: "$(tasks.verify.results.TEST_OUTPUT)"
Expand All @@ -69,6 +74,8 @@ spec:
value: "$(params.PUBLIC_KEY)"
- name: IGNORE_REKOR
value: "true"
- name: TIMEOUT
value: "$(params.TIMEOUT)"
taskRef:
resolver: bundles
params:
Expand Down

0 comments on commit 464e469

Please sign in to comment.