This repository was archived by the owner on Jun 16, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,19 +29,19 @@ jobs:
2929 container : ghcr.io/l3montree-dev/compliance-as-code-witness:latest
3030 env :
3131 PR_NUMBER : ${{ github.event.number }}
32- PR_TITLE : " "
32+ PR_TITLE : /tmp/pr_title
3333 ATTESTATION_FILE : /tmp/attest.json
3434 POLICY_REGO : /tmp/policy.rego
3535 DOCUMENTATION_REPO : /tmp/doc_repo.json
36- MERGE_COMMIT_SHA : ${{ github.event.pull_request.commit_id }}
36+ MERGE_COMMIT_SHA : ${{ github.sha }}
3737 NODE_ID : ${{ github.event.pull_request.node_id }}
3838
3939 steps :
4040 - name : Checkout repo
4141 uses : actions/checkout@v4
4242
4343 - name : Env Sanity Check
44- run : echo $MERGE_COMMIT_SHA && echo $PR_TITLE
44+ run : echo $MERGE_COMMIT_SHA
4545
4646 - name : Debug binary
4747 run : |
8080 run : |
8181 echo '{"node_id": "${{ env.NODE_ID }}"}' > /tmp/id.json
8282 opa eval \
83- --data attestation-policies// node_id_to_title.rego \
83+ --data attestation-policies/node_id_to_title.rego \
8484 --data /tmp/id-to-name.json \
8585 --input attest-15.json \
8686 --format raw \
You can’t perform that action at this time.
0 commit comments