Skip to content

Commit a6df90b

Browse files
committed
feat: frontend sbom
1 parent 03f1993 commit a6df90b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

frontend/docs/BUILD.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,13 @@ Note you can update to the latest Angular minor versions using:
7777
where <VERSION> is the current Angular major version you are using (e.g. 18).
7878

7979
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

Comments
 (0)