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: frontend/docs/BUILD.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,3 +77,13 @@ Note you can update to the latest Angular minor versions using:
77
77
where <VERSION> is the current Angular major version you are using (e.g. 18).
78
78
79
79
For upgrading Angular major versions see the Angular update page: https://angular.dev/update-guide
80
+
81
+
# Create Software Bill of Material (SBOM)
82
+
The [Software Bill of Material](https://en.wikipedia.org/wiki/Software_supply_chain) (SBOM) is an important machine-readable document that contains all the software and versions that you have used to build the software.
83
+
84
+
You can create it for the frontend as follows:
85
+
```
86
+
npm run sbom
87
+
```
88
+
89
+
It will create a file called "angular-sbom.json" that contains the SBOM for the frontend.
0 commit comments