Skip to content

Commit

Permalink
Merge pull request #61 from github/phillmv-patch-1
Browse files Browse the repository at this point in the history
Tweak `githubTrustDomain` documentation comment.
  • Loading branch information
codysoyland authored Sep 20, 2024
2 parents 7a50a47 + c8455e0 commit d25b256
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Next, install the GitHub `TrustRoot` and our default `ClusterImagePolicy`:
helm install trust-policies --atomic \
--namespace artifact-attestations \
oci://ghcr.io/github/artifact-attestations-helm-charts/trust-policies \
--version v0.6.0 \
--version v0.6.1 \
--set policy.enabled=true \
--set policy.organization=MY-ORGANIZATION
```
Expand Down
4 changes: 2 additions & 2 deletions charts/trust-policies/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ sources:
type: application

name: trust-policies
version: "v0.6.0"
appVersion: "v0.6.0"
version: "v0.6.1"
appVersion: "v0.6.1"

maintainers:
- name: codysoyland
Expand Down
7 changes: 4 additions & 3 deletions charts/trust-policies/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ policy:
trust:
# trust the GitHub signing authority
github: true
# githubTrustDomain may be set to the trust domain applicable for some GitHub Enterprise Cloud accounts.
# If applicable, this may be set to the output of the following command:
# githubTrustDomain is determined by where your GitHub enterprise account is hosted.
# If your enterprise is on GitHub.com, leave this field blank.
# If your enterprise is on GHE.com, then githubTrustDomain must be set to the output of the following command:
# $ gh api meta --jq .domains.artifact_attestations.trust_domain
# See documentation for more details: https://docs.github.com/en/actions/security-for-github-actions/using-artifact-attestations/enforcing-artifact-attestations-with-a-kubernetes-admission-controller
# For more information, see: https://docs.github.com/en/actions/security-for-github-actions/using-artifact-attestations/enforcing-artifact-attestations-with-a-kubernetes-admission-controller
githubTrustDomain: ''
# trust the Sigstore public-good signing authority
sigstorePublic: true

0 comments on commit d25b256

Please sign in to comment.