Skip to content

Commit

Permalink
Use jq flag instead of pipe
Browse files Browse the repository at this point in the history
Signed-off-by: Cody Soyland <[email protected]>
  • Loading branch information
codysoyland committed Sep 19, 2024
1 parent f894c0f commit 6fa8699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/trust-policies/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ policy:
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:
# $ gh api meta | jq .domains.artifact_attestations.trust_domain
# $ 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
githubTrustDomain: ''
# trust the Sigstore public-good signing authority
Expand Down

0 comments on commit 6fa8699

Please sign in to comment.