Skip to content

Commit 710d375

Browse files
authored
add docs on what e2e tests are needed (slsa-framework#182)
Signed-off-by: Asra Ali <[email protected]>
1 parent 34c5d16 commit 710d375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ $ "$GH" release -R slsa-framework/slsa-github-generator upload "$BUILDER_TAG" sl
119119

120120
The next step is to update the verifier's e2e tests. For this, you need to:
121121

122-
1. Generate binaries and provenance for a project, using the `$BUILDER_TAG` builder. (TODO: https://github.com/slsa-framework/slsa-github-generator/issues/119).
122+
1. Generate binaries and provenance for a project, using the [example-package](https://github.com/slsa-framework/example-package) builder. You will need to create provenance via a `workflow_dispatch` from this [workflow](https://github.com/slsa-framework/example-package/blob/main/.github/workflows/e2e.go.workflow_dispatch.main.config-noldflags.slsa3.yml) of the e2e test repository, and push a tag of the form vX and vX.Y to trigger this [workflow](https://github.com/slsa-framework/example-package/blob/main/.github/workflows/e2e.go.tag.main.config-ldflags-assets.major.slsa3.yml).
123123

124124
2. Place the files in a new directory `slsa-framework/slsa-verifier/tree/main/testdata/$BUILDER_TAG`.
125125

0 commit comments

Comments
 (0)