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: tools/sbom-diff-and-risk/README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,11 @@
1
1
# sbom-diff-and-risk
2
2
3
-
v0.7.0 is the consumer integration usability release. It adds CI-facing documentation and checked-in examples for consuming `summary.json`, using local thresholds, and running `sbom-diff-risk` from a consumer GitHub Actions workflow. It keeps CLI analysis behavior unchanged, keeps dependency analysis local and deterministic by default, preserves the completed TestPyPI dry-run story, and keeps production PyPI publishing intentionally deferred.
3
+
v0.8.0 is the policy decision explainability release. It adds stable
4
+
machine-readable explanation fields for JSON policy findings and reviewer
5
+
documentation for interpreting local policy decisions. It keeps CLI analysis
6
+
behavior unchanged, keeps dependency analysis local and deterministic by
7
+
default, preserves the completed TestPyPI dry-run story, and keeps production
8
+
PyPI publishing intentionally deferred.
4
9
5
10
`sbom-diff-and-risk` is a local, deterministic CLI for comparing two SBOMs or dependency manifests and producing JSON plus Markdown reports.
0 commit comments