1
0
mirror of synced 2026-04-15 03:06:55 +00:00

Add --audience-claim for GCR Receivers

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan
2026-04-10 12:34:26 +03:00
parent 02734f28ba
commit c601a212f6
5 changed files with 42 additions and 16 deletions

View File

@@ -90,10 +90,11 @@ type Options struct {
GitHubAppBaseURL string
// Receiver options
ReceiverType string
Token string
Hostname string
EmailClaim string
ReceiverType string
Token string
Hostname string
EmailClaim string
AudienceClaim string
}
type VerificationCrt struct {