Skip to content
This repository was archived by the owner on Jun 16, 2026. It is now read-only.

Commit 44e1c57

Browse files
committed
change path
1 parent 31f59d9 commit 44e1c57

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docu-policy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
pwd
7777
ls -la
7878
ls -la attestation-policies
79-
79+
8080
- name: Download OPA
8181
uses: open-policy-agent/setup-opa@v2
8282
with:
@@ -99,7 +99,7 @@ jobs:
9999
run: |
100100
echo '{"documentation_repo": "${{ inputs.documentation_repo }}", "production_repo": "${{ inputs.production_repo }}", "node_id": "${{ env.NODE_ID }}"}' > /tmp/doc_repo.json
101101
opa eval \
102-
--data attestation-policies/policies/docu-policy.rego \
102+
--data attestation-policies/policies/documentation_policy_check.rego \
103103
--data /tmp/doc_repo.json \
104104
--input "$ATTESTATION_FILE" \
105105
'data.documentationMerged.failure_msg[_]' \

0 commit comments

Comments
 (0)