File tree 1 file changed +14
-2
lines changed
1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ jobs:
196
196
actions : read
197
197
198
198
release :
199
- name : Release
199
+ name : Release Files
200
200
needs : [merge-multiarch, attest-sbom, generate-provenance]
201
201
runs-on : ubuntu-latest
202
202
permissions :
@@ -207,6 +207,17 @@ jobs:
207
207
with :
208
208
name : sbom.spdx.json
209
209
210
+ - uses : fontebasso/generate-licenses-md-from-sbom@v1
211
+ with :
212
+ sbom-file : sbom.spdx.json
213
+ output-file : LICENSES.md
214
+ overrides : |
215
+ nginx=BSD-2-Clause
216
+ php-cli=PHP-3.01
217
+ php-fpm=PHP-3.01
218
+ fontebasso/php-nginx=MIT
219
+ *******/php-nginx=MIT
220
+
210
221
- name : Install Cosign
211
222
212
223
@@ -218,7 +229,7 @@ jobs:
218
229
219
230
- name : Generate checksum.txt
220
231
run : |
221
- sha256sum sbom.spdx.json provenance.intoto.jsonl > checksum.txt
232
+ sha256sum sbom.spdx.json provenance.intoto.jsonl LICENSES.md > checksum.txt
222
233
223
234
- name : Sign checksum.txt with Cosign (OIDC keyless)
224
235
env :
@@ -234,4 +245,5 @@ jobs:
234
245
provenance.intoto.jsonl
235
246
checksum.txt
236
247
checksum.txt.sig
248
+ LICENSES.md
237
249
continue-on-error : false
You can’t perform that action at this time.
0 commit comments