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
28
28
"SPDXID" : "SPDXRef-Package-binary-rustpython-${RUST_PYTHON_VERSION}" ,
29
29
"versionInfo" : "${RUST_PYTHON_VERSION}" ,
30
30
"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" ,
32
35
"description" : "rustpython"
33
36
}
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
+ }
34
52
]
35
53
}
36
54
EOT
You can’t perform that action at this time.
0 commit comments