Skip to content

Commit 666e53f

Browse files
author
Orie Steele
committed
readability
1 parent bb25554 commit 666e53f

File tree

3 files changed

+17
-8
lines changed

3 files changed

+17
-8
lines changed

README.md

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,25 +21,33 @@ jobs:
2121
uses: transmute-industries/transmute@main
2222
with:
2323
transmute: |
24-
scitt issue-statement ./tests/fixtures/private.sig.key.cbor ./tests/fixtures/message.json --output ./tests/fixtures/message.hash-envelope.cbor
24+
scitt issue-statement ./tests/fixtures/private.sig.key.cbor \
25+
./tests/fixtures/message.json \
26+
--output ./tests/fixtures/message.hash-envelope.cbor
2527
- name: Verify Statement Hash
2628
id: verify_message
2729
uses: transmute-industries/transmute@main
2830
with:
2931
transmute: |
30-
scitt verify-statement-hash ./tests/fixtures/public.sig.key.cbor ./tests/fixtures/message.hash-envelope.cbor 3073d614f853aaec9a1146872c7bab75495ee678c8864ed3562f8787555c1e22
32+
scitt verify-statement-hash ./tests/fixtures/public.sig.key.cbor \
33+
./tests/fixtures/message.hash-envelope.cbor \
34+
3073d614f853aaec9a1146872c7bab75495ee678c8864ed3562f8787555c1e22
3135
- name: Issue Receipt
3236
id: issue_receipt
3337
uses: transmute-industries/transmute@main
3438
with:
3539
transmute: |
36-
scitt issue-receipt ./tests/fixtures/private.notary.key.cbor ./tests/fixtures/message.hash-envelope.cbor --log ./tests/fixtures/trans.json
40+
scitt issue-receipt ./tests/fixtures/private.notary.key.cbor \
41+
./tests/fixtures/message.hash-envelope.cbor \
42+
--log ./tests/fixtures/trans.json
3743
- name: Verify Receipt Hash
3844
id: verify_receipt
3945
uses: transmute-industries/transmute@main
4046
with:
4147
transmute: |
42-
scitt verify-receipt-hash ./tests/fixtures/public.notary.key.cbor ./tests/fixtures/message.hash-envelope-with-receipt.cbor 3073d614f853aaec9a1146872c7bab75495ee678c8864ed3562f8787555c1e22
48+
scitt verify-receipt-hash ./tests/fixtures/public.notary.key.cbor \
49+
./tests/fixtures/message.hash-envelope-with-receipt.cbor \
50+
3073d614f853aaec9a1146872c7bab75495ee678c8864ed3562f8787555c1e22
4351
```
4452
4553
See [CI](./.github/workflows/ci.yml) for more examples.
@@ -79,7 +87,8 @@ credentialSubject:
7987
transmute jose keygen --alg ES256 \
8088
--output ./tests/fixtures/private.sig.jwk.json
8189

82-
transmute vcwg issue-credential ./tests/fixtures/private.sig.jwk.json ./tests/fixtures/issuer-disclosable-claims.yaml \
90+
transmute vcwg issue-credential ./tests/fixtures/private.sig.jwk.json \
91+
./tests/fixtures/issuer-disclosable-claims.yaml \
8392
--credential-type application/vc-ld+sd-jwt \
8493
--output ./tests/fixtures/issuer-disclosable-claims.sd-jwt
8594
```
@@ -149,12 +158,12 @@ jobs:
149158
150159
<img src="./docs/receipt.png" alt="graph query results" />
151160
152-
```
161+
<!--
153162
MATCH (statement {
154-
subject: 'https://spdx.org/...sbom-tool-2.2.7.../0.9.2/2e57d4b2d9b45cccdd74dad91edbaabaa06074f9'
163+
subject: 'https://spdx.org/spdxdocs/sbom-tool-2.2.7-66a07f86-0f12-4c6f-887b-9a1510b11d8a/transmute/0.9.2/2e57d4b2d9b45cccdd74dad91edbaabaa06074f9'
155164
})
156165
MATCH (receipt {
157166
subject: statement.subject
158167
})
159168
RETURN statement, receipt
160-
```
169+
-->

docs/build.png

-78.3 KB
Loading

docs/receipt.png

38.2 KB
Loading

0 commit comments

Comments
 (0)