Skip to content

Commit 01b76e6

Browse files
Update .github/generate-sbom.py
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
1 parent 33f124f commit 01b76e6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/generate-sbom.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,8 @@ def generate(version: str) -> dict:
255255
{"license": {"id": "BSD-3-Clause"}},
256256
],
257257
"externalReferences": [
258-
{"type": "website", "url": "https://libjpeg-turbo.org"},
259258
{"type": "website", "url": "https://ijg.org"},
259+
{"type": "website", "url": "https://libjpeg-turbo.org"},
260260
{
261261
"type": "distribution",
262262
"url": "https://github.com/libjpeg-turbo/libjpeg-turbo/releases",
@@ -272,7 +272,7 @@ def generate(version: str) -> dict:
272272
"licenses": [{"license": {"id": "Zlib"}}],
273273
"externalReferences": [
274274
{"type": "website", "url": "https://zlib.net"},
275-
{"type": "distribution", "url": "https://zlib.net/"},
275+
{"type": "distribution", "url": "https://zlib.net"},
276276
],
277277
},
278278
{
@@ -518,7 +518,7 @@ def generate(version: str) -> dict:
518518
{
519519
"type": "application",
520520
"name": "generate-sbom.py",
521-
"group": "Pillow",
521+
"group": "pillow",
522522
}
523523
]
524524
},

0 commit comments

Comments
 (0)