From ed6df03305aaf46cc6d13e280a31899523d57359 Mon Sep 17 00:00:00 2001 From: thompson-shaun Date: Tue, 3 Sep 2024 17:09:01 -0400 Subject: [PATCH] Update README.md docs: update link to Oak Project workflow file Signed-off-by: thompson-shaun --- internal/builders/docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/builders/docker/README.md b/internal/builders/docker/README.md index 2a83fcf231..b8db9d11c0 100644 --- a/internal/builders/docker/README.md +++ b/internal/builders/docker/README.md @@ -401,7 +401,7 @@ go run *.go verify --provenance-path testdata/slsa1-provenance.json The following project currently use the container-based workflow: -- [Oak](https://github.com/project-oak/oak); See [the workflow file](https://github.com/project-oak/oak/blob/main/.github/workflows/provenance.yaml) +- [Oak](https://github.com/project-oak/oak); See [the workflow file](https://github.com/project-oak/oak/blob/main/.github/workflows/mnist_eval.yaml) We welcome any success stories. Please create a PR to add your project to the list, if you are using the container-based workflow.