File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff 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}
3654EOT
You can’t perform that action at this time.
0 commit comments