Skip to content

Commit 06ecb5c

Browse files
committed
Fix attestation doc filename, limit digest generation to files below dist/
1 parent 97e71de commit 06ecb5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release_draft.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
id: collect
7070
run: |
7171
echo "generating digests for artifacts"
72-
echo "hashes=$(find . -type f \( -name \*dnscontrol\* -o -name \*checksums.txt \) -exec sha256sum {} \; | base64 -w0)" >> "$GITHUB_OUTPUT"
72+
echo "hashes=$(find dist -type f \( -name \*dnscontrol\* -o -name \*checksums.txt \) -exec sha256sum {} \; | base64 -w0)" >> "$GITHUB_OUTPUT"
7373
7474
slsa:
7575
needs: [draft_release]

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The [SLSA verifier](https://github.com/slsa-framework/slsa-verifier) tool can be
2626

2727
```shell
2828
slsa-verifier verify-artifact dnscontrol_4.19.0_darwin_all.tar.gz \
29-
--provenance-path multiple.intoto.json \
29+
--provenance-path multiple.intoto.jsonl \
3030
--source-uri github.com/StackExchange/dnscontrol \
3131
--source-tag v4.20.0
3232
```

0 commit comments

Comments
 (0)