|
33 | 33 | - [Containers](#containers-1)
|
34 | 34 | - [Verification for npm packages](#verification-for-npm-packages)
|
35 | 35 | - [The verify-npm-package command](#the-verify-npm-package-command)
|
36 |
| - - [Verify npm packages built using the SLSA3 Node.js builder on GitHub](#verify-npm-packages-built-using-the-slsa3-nodejs-builder-on-github) |
37 |
| - - [Verify npm packages built using the npm CLI on GitHub](#verify-npm-packages-built-using-the-npm-cli-on-github) |
| 36 | + - [npm packages built using the SLSA3 Node.js builder on GitHub](#npm-packages-built-using-the-slsa3-nodejs-builder-on-github) |
| 37 | + - [npm packages built using the npm CLI on GitHub](#npm-packages-built-using-the-npm-cli-on-github) |
38 | 38 | - [Known Issues](#known-issues)
|
39 | 39 | - [tuf: invalid key](#tuf-invalid-key)
|
40 | 40 | - [panic: assignment to entry in nil map](#panic-assignment-to-entry-in-nil-map)
|
@@ -358,7 +358,7 @@ Flags:
|
358 | 358 | --source-versioned-tag string [optional] expected version the binary was compiled from. Uses semantic version to match the tag
|
359 | 359 | ```
|
360 | 360 |
|
361 |
| -### Verify npm packages built using the SLSA3 Node.js builder on GitHub |
| 361 | +### npm packages built using the SLSA3 Node.js builder on GitHub |
362 | 362 |
|
363 | 363 | This section describes how to verify packages built using the SLSA Build L3
|
364 | 364 | [Node.js builder](https://github.com/slsa-framework/slsa-github-generator/blob/main/internal/builders/nodejs/README.md).
|
@@ -391,7 +391,7 @@ release tag and `--package-version` to validate the package version. For commit
|
391 | 391 | SHA validation, use `--print-provenance` and inspect the commit SHA of the
|
392 | 392 | config source or materials.
|
393 | 393 |
|
394 |
| -### Verify npm packages built using the npm CLI on GitHub |
| 394 | +### npm packages built using the npm CLI on GitHub |
395 | 395 |
|
396 | 396 | This section describes how to verify packages built using the npm CLI on GitHub.
|
397 | 397 |
|
|
0 commit comments