Skip to content

Commit

Permalink
e2e: Add OCI cosign tests
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Prodan <[email protected]>
  • Loading branch information
stefanprodan committed Feb 3, 2024
1 parent 90b005c commit 79e8026
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions tests/v2.2/sources/oci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: OCIRepository
metadata:
name: podinfo-cosign
namespace: sources
spec:
interval: 10m
url: oci://ghcr.io/stefanprodan/manifests/podinfo
ref:
semver: ">1.0.0"
verify:
provider: cosign
matchOIDCIdentity:
- issuer: "^https://token.actions.githubusercontent.com$"
subject: "^https://github.com/stefanprodan/podinfo.*$"

0 comments on commit 79e8026

Please sign in to comment.