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
107107Example 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
111112pip download --no-deps labelbox==${VERSION}
112113
113114curl --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
116117slsa-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```
You can’t perform that action at this time.
0 commit comments