You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: internal/builders/generic/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -265,7 +265,7 @@ The [generic workflow](https://github.com/slsa-framework/slsa-github-generator/b
265
265
| `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. |
266
266
| `upload-assets` | no | false | If true provenance is uploaded to a GitHub release for new tags. |
267
267
| `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. |
268
-
| `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. |
268
+
| `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. |
269
269
| `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). |
270
270
| `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. |
271
271
| `draft-release` | no | false | If true, the release is created as a draft |
0 commit comments