Skip to content

Commit fa7da3e

Browse files
authored
Merge pull request #32 from github/default-github-prod
Use github trust root as default
2 parents f9d71d7 + d98066f commit fa7da3e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Diff for: charts/trust-policies/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ sources:
88
type: application
99

1010
name: trust-policies
11-
version: "v0.1.0"
12-
appVersion: "v0.1.0"
11+
version: "v0.2.0"
12+
appVersion: "v0.2.0"
1313

1414
maintainers:
1515
- name: codysoyland

Diff for: charts/trust-policies/templates/clusterimagepolicy-github.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,12 @@ spec:
88
- glob: "**"
99
authorities:
1010
- keyless:
11+
trustRootRef: github
1112
identities:
1213
- issuer: https://token.actions.githubusercontent.com
1314
subjectRegExp: https://github.com/{{ .Values.policy.organization }}/{{ .Values.policy.repo }}/\.github/workflows/.*
15+
rfc3161timestamp:
16+
trustRootRef: github
1417
signatureFormat: bundle
1518
attestations:
1619
- name: require-attestation

0 commit comments

Comments
 (0)