You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And the task env var for step "validate" named "SSL_CERT_DIR" should be set to "/tekton-custom-certs:/etc/ssl/certs:/etc/pki/tls/certs:/system/etc/security/cacerts:/spam/certs"
318
+
319
+
Scenario: PUBLIC_KEY param overwrites key from policy
320
+
Given a working namespace
321
+
And a key pair named "known"
322
+
And an image named "acceptance/public-key-param"
323
+
And a valid image signature of "acceptance/public-key-param" image signed by the "known" key
324
+
And a valid attestation of "acceptance/public-key-param" signed by the "known" key
325
+
And a valid attestation of "acceptance/public-key-param" signed by the "known" key
326
+
And a cluster policy with content:
327
+
```
328
+
{"publicKey": "ignored"}
329
+
```
330
+
When version 0.1 of the task named "verify-enterprise-contract" is run with parameters:
0 commit comments