File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 69
69
id : collect
70
70
run : |
71
71
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"
73
73
74
74
slsa :
75
75
needs : [draft_release]
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ The [SLSA verifier](https://github.com/slsa-framework/slsa-verifier) tool can be
26
26
27
27
``` shell
28
28
slsa-verifier verify-artifact dnscontrol_4.19.0_darwin_all.tar.gz \
29
- --provenance-path multiple.intoto.json \
29
+ --provenance-path multiple.intoto.jsonl \
30
30
--source-uri github.com/StackExchange/dnscontrol \
31
31
--source-tag v4.20.0
32
32
```
You can’t perform that action at this time.
0 commit comments