Skip to content

Commit 8538c9c

Browse files
authored
Update README for slsa verification (#1666)
2 parents 834c1a0 + 73236a2 commit 8538c9c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,12 @@ By using the [SLSA framework's official verifier](https://github.com/slsa-framew
107107
Example of usage for the v.3.72.2 release wheel:
108108

109109
```
110-
VERSION=v.3.72.2 #tag
110+
export VERSION=3.72.2 # sdk release version
111+
export TAG=v.3.72.2 # github tag
111112
pip download --no-deps labelbox==${VERSION}
112113
113114
curl --location -O \
114-
https://github.com/Labelbox/labelbox-python/releases/download/${VERSION}/multiple.intoto.jsonl
115+
https://github.com/Labelbox/labelbox-python/releases/download/${TAG}/multiple.intoto.jsonl
115116
116117
slsa-verifier verify-artifact --source-branch develop --builder-id 'https://github.com/slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@refs/tags/v2.0.0' --source-uri "git+https://github.com/Labelbox/labelbox-python" --provenance-path multiple.intoto.jsonl ./labelbox-${VERSION}-py3-none-any.whl
117118
```

0 commit comments

Comments
 (0)