We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20dd5ad commit fedfa89Copy full SHA for fedfa89
.github/workflows/naming-convention.yml
@@ -89,6 +89,7 @@ jobs:
89
uses: open-policy-agent/setup-opa@v2
90
with:
91
version: 1.10.1
92
+
93
- name: id to title rego
94
run: |
95
echo '{"node_id": "${{ env.NODE_ID }}"}' > /tmp/id-to-name.json
@@ -114,7 +115,7 @@ jobs:
114
115
- name: Evaluate Policy
116
117
opa eval \
- --data attestation-policies/pull_request_ticket_naming_convention.rego \
118
+ --data attestation-policies/policies/pull_request_ticket_naming_convention.rego \
119
--data /tmp/doc_repo.json \
120
--input "$ATTESTATION_FILE" \
121
'data.pr_title_ticket_gate.failure_msg[msg]' \
0 commit comments