verify-enterprise-contract
Version: 0.1
Params
IMAGES (string )
|
Spec section of an ApplicationSnapshot resource. Not all fields of the resource are required. A minimal example:
Each |
POLICY_CONFIGURATION (string )
|
Name of the policy configuration (EnterpriseContractPolicy
resource) to use. Default: |
PUBLIC_KEY (string )
|
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. |
REKOR_HOST (string )
|
Rekor host for transparency log lookups |
IGNORE_REKOR (string )
|
Skip Rekor transparency log checks during validation. Default: |
TUF_MIRROR (string )
|
TUF mirror URL. Provide a value when NOT using public sigstore deployment. |
SSL_CERT_DIR (string )
|
Path to a directory containing SSL certs to be used when communicating
with external services. This is useful when using the integrated registry
and a local instance of Rekor on a development cluster which may use
certificates issued by a not-commonly trusted root CA. In such cases,
|
CA_TRUST_CONFIGMAP_NAME (string )
|
The name of the ConfigMap to read CA bundle data from. Default: |
CA_TRUST_CONFIG_MAP_KEY (string )
|
The name of the key in the ConfigMap that contains the CA bundle data. Default: |
INFO (string )
|
Include rule titles and descriptions in the output. Set to Default: |
STRICT (string )
|
Fail the task if policy fails. Set to Default: |
HOMEDIR (string )
|
Value for the HOME environment variable. Default: |
EFFECTIVE_TIME (string )
|
Run policy checks with the provided time. Default: |
EXTRA_RULE_DATA (string )
|
Merge additional Rego variables into the policy data. Use syntax "key=value,key2=value2…" |
TIMEOUT (string )
|
Timeout setting for Default: |
WORKERS (string )
|
Number of parallel workers to use for policy evaluation. Default: |
SINGLE_COMPONENT (string )
|
Reduce the Snapshot to only the component whose build caused the Snapshot to be created Default: |
SINGLE_COMPONENT_CUSTOM_RESOURCE (string )
|
Name, including kind, of the Kubernetes resource to query for labels when single component mode is enabled, e.g. pr/somepipeline. Default: |
SINGLE_COMPONENT_CUSTOM_RESOURCE_NS (string )
|
Kubernetes namespace where the SINGLE_COMPONENT_NAME is found. Only used when single component mode is enabled. |