File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -107,11 +107,12 @@ By using the [SLSA framework's official verifier](https://github.com/slsa-framew
107
107
Example of usage for the v.3.72.2 release wheel:
108
108
109
109
```
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
111
112
pip download --no-deps labelbox==${VERSION}
112
113
113
114
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
115
116
116
117
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
117
118
```
You can’t perform that action at this time.
0 commit comments