We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef7f4e0 commit 1fec55dCopy full SHA for 1fec55d
.github/chainguard/appscript.sts.yaml
@@ -0,0 +1,17 @@
1
+# Copyright 2024 Chainguard, Inc.
2
+# SPDX-License-Identifier: Apache-2.0
3
+
4
+issuer: https://accounts.google.com
5
+subject_pattern: .*
6
+# Allow client IDs from the `philde-appscripts` project.
7
+audience_pattern: 292217359313-[a-z0-9]+\.apps\.googleusercontent\.com
8
+claim_pattern:
9
+ email_verified: "true"
10
+ email: .*@chainguard.dev
11
12
+permissions:
13
+ contents: read
14
+ issues: read
15
+ organization_projects: read
16
17
+repositories: [] # Act over all of the repos in the org.
0 commit comments