Inventory BEAM applications in release SBOMs
Deploy story
What this commit did to the running system — joined from the forge receipt chain, the part a commit page elsewhere cannot show.
Not deployed through the forge lane
No push, promotion, build, or deploy receipt references this commit (receipts are scanned over a bounded recent window). Changes shipped by full node replacement carry their proof in the release gate receipt instead.
Changed files
-
modified
docs/dependencies-and-licenses.md -
modified
ops/staging/generate-sbom.sh
Diff
2 files changed, +62 -14
docs/dependencies-and-licenses.md modified +6 -2
@@ -61,8 +61,12 @@ ops/staging/generate-sbom.sh <image-reference> <evidence-directory>/sbom.cdx.jso
| 61 | 61 |
|
| 62 | 62 |
|
| 63 | 63 |
|
| 64 |
|
|
| 65 |
|
|
| 64 |
|
|
| 65 |
|
|
| 66 |
|
|
| 67 |
|
|
| 68 |
|
|
| 69 |
|
|
| 66 | 70 |
|
| 67 | 71 |
|
| 68 | 72 |
|
ops/staging/generate-sbom.sh modified +56 -12
@@ -12,46 +12,90 @@ readonly image_reference="$1"
| 12 | 12 |
|
| 13 | 13 |
|
| 14 | 14 |
|
| 15 |
|
|
| 16 |
|
|
| 17 |
|
|
| 18 |
|
|
| 19 |
|
|
| 20 |
|
|
| 21 |
|
|
| 22 |
|
|
| 23 |
|
|
| 24 |
|
|
| 25 |
|
|
| 26 |
|
|
| 27 |
|
|
| 28 |
|
|
| 29 |
|
|
| 30 |
|
|
| 31 |
|
|
| 32 |
|
|
| 33 |
|
|
| 34 |
|
|
| 35 |
|
|
| 36 |
|
|
| 37 |
|
|
| 38 |
|
|
| 39 |
|
|
| 40 |
|
|
| 41 |
|
|
| 15 | 42 |
|
| 16 | 43 |
|
| 17 | 44 |
|
| 18 | 45 |
|
| 46 |
|
|
| 47 |
|
|
| 19 | 48 |
|
| 20 | 49 |
|
| 50 |
|
|
| 51 |
|
|
| 52 |
|
|
| 53 |
|
|
| 21 | 54 |
|
| 22 | 55 |
|
| 56 |
|
|
| 23 | 57 |
|
| 24 | 58 |
|
| 25 | 59 |
|
| 26 |
|
|
| 27 |
|
|
| 28 |
|
|
| 29 |
|
|
| 60 |
|
|
| 61 |
|
|
| 30 | 62 |
|
| 31 |
|
|
| 32 |
|
|
| 33 |
|
|
| 34 |
|
|
| 63 |
|
|
| 64 |
|
|
| 65 |
|
|
| 66 |
|
|
| 67 |
|
|
| 68 |
|
|
| 69 |
|
|
| 70 |
|
|
| 71 |
|
|
| 72 |
|
|
| 73 |
|
|
| 35 | 74 |
|
| 36 | 75 |
|
| 37 |
|
|
| 76 |
|
|
| 38 | 77 |
|
| 39 |
|
|
| 78 |
|
|
| 40 | 79 |
|
| 80 |
|
|
| 81 |
|
|
| 82 |
|
|
| 41 | 83 |
|
| 42 | 84 |
|
| 43 | 85 |
|
| 44 | 86 |
|
| 45 | 87 |
|
| 46 |
|
|
| 88 |
|
|
| 89 |
|
|
| 90 |
|
|
| 47 | 91 |
|
| 48 | 92 |
|
| 49 |
|
|
| 50 | 93 |
|
| 51 | 94 |
|
| 52 | 95 |
|
| 53 | 96 |
|
| 54 | 97 |
|
| 98 |
|
|
| 55 | 99 |
|
| 56 | 100 |
|
| 57 | 101 |
|