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
- Adds a "known issues" section.
- Adds instructions on how to custom publish without using the `publish`
action.
Related #2322
---------
Signed-off-by: Ian Lewis <[email protected]>
You will need a package management tool that supports providing the provenance
219
+
file. Currently [npm], [lerna] or [pnpm] can support this.
220
+
163
221
### Referencing the Node.js builder
164
222
165
223
At present, the builder **MUST** be referenced by a tag of the form `@vX.Y.Z`,
@@ -173,7 +231,7 @@ renovatebot, see the main repository [README.md](../../../README.md).
173
231
174
232
Private repositories are supported with some caveats. Currently all builds
175
233
generate and post a new entry in the public
176
-
[Rekor](https://github.com/sigstore/rekor) API server instance at
234
+
[Rekor] API server instance at
177
235
https://rekor.sigstore.dev/. This entry includes the repository name. This will cause the
178
236
private repository name to leak and be discoverable via the public Rekor API
179
237
server.
@@ -227,7 +285,7 @@ Inputs:
227
285
| node-version | No | | The version of Node.js to use. If no value is supplied, the `node` version from `$PATH` is used. |
228
286
| node-version-file | No | | File containing the version Spec of the version to use. Examples: .nvmrc, .node-version, .tool-versions. |
229
287
| rekor-log-public | 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).<br>Default: `false` |
230
-
| run-scripts | No | | A comma separated ordered list of npm scripts to run before running `npm publish`. See [scripts](https://docs.npmjs.com/cli/v9/using-npm/scripts) for more information. \ |
288
+
| run-scripts | No | | A comma separated ordered list of npm scripts to run before running `npm publish`. See [scripts] for more information. \ |
231
289
232
290
### Workflow Outputs
233
291
@@ -244,12 +302,12 @@ The Node.js builder produces the following outputs:
244
302
245
303
### Provenance Format
246
304
247
-
Provenance is generated as an [in-toto](https://in-toto.io/) statement with a
305
+
Provenance is generated as an [in-toto] statement with a
0 commit comments