From 17aff54acb76c5b6c11960e719bf2d054855c5b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Blanchon?= Date: Mon, 2 Jun 2025 13:58:50 +0200 Subject: [PATCH] Fix typo `multiple.intoto.json` -> `multiple.intoto.jsonl` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit There was a small typo in the documentation. Signed-off-by: BenoƮt Blanchon --- internal/builders/generic/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/builders/generic/README.md b/internal/builders/generic/README.md index 82681661a9..da24b05c33 100644 --- a/internal/builders/generic/README.md +++ b/internal/builders/generic/README.md @@ -265,7 +265,7 @@ The [generic workflow](https://github.com/slsa-framework/slsa-github-generator/b | `base64-subjects-as-file` | One of `base64-subjects` or `base64-subjects-as-file` is required. | | The name of a artifacts containing formatted subjects as uploaded by the [actions/generator/generic/create-base64-subjects-from-file Action](https://github.com/slsa-framework/slsa-github-generator/tree/main/actions/generator/generic/create-base64-subjects-from-file) action. | | `upload-assets` | no | false | If true provenance is uploaded to a GitHub release for new tags. | | `upload-tag-name` | no | | If specified and `upload-assets` is set to true, the provenance will be uploaded to a Github release identified by the tag-name regardless of the triggering event. | -| `provenance-name` | no | "(subject name).intoto.jsonl" if a single subject. "multiple.intoto.json" if multiple subjects. | The artifact name of the signed provenance. The file must have the `intoto.jsonl` extension. | +| `provenance-name` | no | "(subject name).intoto.jsonl" if a single subject. "multiple.intoto.jsonl" if multiple subjects. | The artifact name of the signed provenance. The file must have the `intoto.jsonl` extension. | | `private-repository` | no | false | Set to true to opt-in to posting to the public transparency log. Will generate an error if false for private repositories. This input has no effect for public repositories. See [Private Repositories](#private-repositories). | | `continue-on-error` | no | false | Set to true to ignore errors. This option is useful if you won't want a failure to fail your entire workflow. | | `draft-release` | no | false | If true, the release is created as a draft |