We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Description The following is a CIP policy json that's being evaluated:
{ "authorityMatches": { "keyatt": { "signatures": null, "attestations": { "custom-match-predicate": [ { "subject": "", "issuer": "" } ] } }, "keylesssignature": { "signatures": [ { "subject": "https://kubernetes.io/namespaces/default/serviceaccounts/default", "issuer": "https://kubernetes.default.svc/" } ], "attestations": null }, "keysignature": { "signatures": [ { "subject": "", "issuer": "" } ], "attestations": null } } }
It is incorrectly passing with this policy file here: https://github.com/sigstore/policy-controller/blob/main/test/testdata/policy-controller/e2e/cip-requires-two-signatures-and-two-attestations.yaml And in particular here: https://github.com/sigstore/policy-controller/blob/main/test/testdata/policy-controller/e2e/cip-requires-two-signatures-and-two-attestations.yaml#L95
Version
The text was updated successfully, but these errors were encountered:
Remove test due to #130
2762d7f
Signed-off-by: Ville Aikas <vaikas@chainguard.dev>
Merge pull request #131 from vaikas/remove-incorrectly-failing-test
6e9b0b8
I believe this has been fixed!
Sorry, something went wrong.
Awesome, is this test passing if you uncomment this? https://github.com/sigstore/policy-controller/blob/main/test/e2e_test_cluster_image_policy_with_attestations.sh#L229
This may help here: https://tip.cuelang.org/play/?id=--Ep9vOrwU1#cue@export@cue
hectorj2f
No branches or pull requests
Description
The following is a CIP policy json that's being evaluated:
It is incorrectly passing with this policy file here:
https://github.com/sigstore/policy-controller/blob/main/test/testdata/policy-controller/e2e/cip-requires-two-signatures-and-two-attestations.yaml
And in particular here:
https://github.com/sigstore/policy-controller/blob/main/test/testdata/policy-controller/e2e/cip-requires-two-signatures-and-two-attestations.yaml#L95
Version
The text was updated successfully, but these errors were encountered: