We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0457208 commit 94de6f1Copy full SHA for 94de6f1
1 file changed
.github/workflows/docu-policy.yml
@@ -78,7 +78,7 @@ jobs:
78
79
- name: id to title rego
80
run: |
81
- echo '{"node_id": "${{ env.NODE_ID }}"}' > /tmp/id.json
+ echo '{"node_id": "${{ env.NODE_ID }}"}' > /tmp/id-to-name.json
82
opa eval \
83
--data attestation-policies/node_id_to_title.rego \
84
--data /tmp/id-to-name.json \
0 commit comments