Skip to content

Commit 122a72f

Browse files
committed
Update all documentation
1 parent 9a1092a commit 122a72f

File tree

18 files changed

+450
-1884
lines changed

18 files changed

+450
-1884
lines changed

.DS_Store

0 Bytes
Binary file not shown.

README.md

Lines changed: 119 additions & 390 deletions
Large diffs are not rendered by default.

docs/Features.md

Lines changed: 0 additions & 771 deletions
This file was deleted.

docs/compliance-command.md renamed to docs/commands/compliance.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,6 @@ sbomqs compliance --fsct problematic.json --debug
376376

377377
## Related Commands
378378

379-
- [`score`](./score-command.md) - Get overall quality score
380-
- [`list`](./list-command.md) - Find components missing compliance fields
381-
- [`share`](./share-command.md) - Share compliance reports
379+
- [`score`](./score.md) - Get overall quality score
380+
- [`list`](./list.md) - Find components missing compliance fields
381+
- [`share`](./share.md) - Share compliance reports

docs/dtrack-command.md renamed to docs/commands/dtrack.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,6 @@ sbomqs dtrackScore -u "$DT_URL" -k "$DT_KEY" "$PROJECT_ID" --debug
439439

440440
## Related Commands
441441

442-
- [`score`](./score-command.md) - Score local SBOM files
443-
- [`compliance`](./compliance-command.md) - Check compliance standards
444-
- [`share`](./share-command.md) - Generate shareable reports
442+
- [`score`](./score.md) - Score local SBOM files
443+
- [`compliance`](./compliance.md) - Check compliance standards
444+
- [`share`](./share.md) - Generate shareable reports

docs/generate-command.md renamed to docs/commands/generate.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,6 @@ git commit -m "Initial SBOM quality standards"
499499

500500
## Related Commands
501501

502-
- [`score`](./score-command.md) - Use custom configurations for scoring
503-
- [`compliance`](./compliance-command.md) - Check against standards
504-
- [`list`](./list-command.md) - Verify feature presence
502+
- [`score`](./score.md) - Use custom configurations for scoring
503+
- [`compliance`](./compliance.md) - Check against standards
504+
- [`list`](./list.md) - Verify feature presence
File renamed without changes.

docs/score-command.md renamed to docs/commands/score.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ sbomqs score large-sbom.json --json | jq '.files[0].avg_score'
304304

305305
## Related Commands
306306

307-
- [`compliance`](./compliance-command.md) - Check regulatory compliance
308-
- [`list`](./list-command.md) - Analyze specific SBOM features
309-
- [`share`](./share-command.md) - Generate shareable score reports
310-
- [`generate`](./generate-command.md) - Create custom scoring profiles
307+
- [`compliance`](./compliance.md) - Check regulatory compliance
308+
- [`list`](./list.md) - Analyze specific SBOM features
309+
- [`share`](./share.md) - Generate shareable score reports
310+
- [`generate`](./generate.md) - Create custom scoring profiles

docs/share-command.md renamed to docs/commands/share.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,6 @@ done
383383

384384
## Related Commands
385385

386-
- [`score`](./score-command.md) - Calculate quality score
387-
- [`compliance`](./compliance-command.md) - Check compliance
388-
- [`list`](./list-command.md) - Analyze SBOM components
386+
- [`score`](./score.md) - Calculate quality score
387+
- [`compliance`](./compliance.md) - Check compliance
388+
- [`list`](./list.md) - Analyze SBOM components

docs/version-command.md renamed to docs/commands/version.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,6 @@ pipeline {
339339

340340
## Related Commands
341341

342-
- [`score`](./score-command.md) - Score SBOMs with current version
343-
- [`compliance`](./compliance-command.md) - Check compliance with version-specific features
344-
- [`generate`](./generate-command.md) - Generate configs compatible with version
342+
- [`score`](./score.md) - Score SBOMs with current version
343+
- [`compliance`](./compliance.md) - Check compliance with version-specific features
344+
- [`generate`](./generate.md) - Generate configs compatible with version

0 commit comments

Comments
 (0)