We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bce8237 commit 9f98a56Copy full SHA for 9f98a56
README.md
@@ -60,7 +60,7 @@ npm run start -- --sync-sboms --enterprise ent --base-url https://github.interna
60
npm run start -- --sync-sboms --org my-org --sbom-cache sboms
61
```
62
63
-1. Later offline search (no API calls; uses previously written per‑repo JSON):
+2. Later offline search (no API calls; uses previously written per‑repo JSON):
64
65
```bash
66
npm run start -- --sbom-cache sboms --purl pkg:npm/[email protected]
@@ -177,7 +177,7 @@ npm install
177
npm run build
178
179
180
-1. Run the test harness script:
+2. Run the test harness script:
181
182
183
node dist/test-fixture-match.js
0 commit comments