Skip to content

Commit 3732758

Browse files
committed
Some SBOM adjustments
1 parent b9e113f commit 3732758

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

docker/Dockerfile

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,27 @@ COPY <<-EOT /usr/local/share/sbom/rustpython.spdx.json
2828
"SPDXID": "SPDXRef-Package-binary-rustpython-${RUST_PYTHON_VERSION}",
2929
"versionInfo": "${RUST_PYTHON_VERSION}",
3030
"downloadLocation": "https://hub.docker.com/r/dclong/rustpython",
31-
"sourceInfo": "copied from dclong/rustpython:alpine Docker image",
31+
"sourceInfo": "copied from dclong/rustpython:alpine Docker image, source at: https://github.com/RustPython/RustPython",
32+
"licenseConcluded": "MIT",
33+
"licenseDeclared": "MIT",
34+
"copyrightText": "NOASSERTION",
3235
"description": "rustpython"
3336
}
37+
],
38+
"files": [
39+
{
40+
"SPDXID": "SPDXRef-rustpython-${RUST_PYTHON_VERSION}",
41+
"licenseConcluded": "MIT",
42+
"fileName": "/usr/local/bin/rustpython",
43+
"fileType": "BINARY"
44+
}
45+
],
46+
"relationships": [
47+
{
48+
"spdxElementId": "SPDXRef-Package-binary-rustpython-${RUST_PYTHON_VERSION}",
49+
"relationshipType": "CONTAINS",
50+
"relatedSpdxElement": "SPDXRef-rustpython-${RUST_PYTHON_VERSION}"
51+
}
3452
]
3553
}
3654
EOT

0 commit comments

Comments
 (0)