Skip to content

Commit

Permalink
Add regex expression to oidcidentity subject matching
Browse files Browse the repository at this point in the history
  • Loading branch information
youcefguichi committed Mar 21, 2024
1 parent 960c745 commit 96fcb6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ spec:
interval: 12h
url: oci://ghcr.io/gimlet-io/capacitor-manifests
ref:
tag: v-cosign-test5
semver: ">=0.1.0"
verify:
provider: cosign
matchOIDCIdentity:
- issuer: "https://token.actions.githubusercontent.com"
subject: "https://github.com/gimlet-io/capacitor"
subject: "^https://github.com/gimlet-io/capacitor.*$"
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
Expand Down

0 comments on commit 96fcb6c

Please sign in to comment.