File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -43,8 +43,8 @@ module.exports.createComplexStructure = function () {
4343 group : 'tool group' ,
4444 version : '0.8.15' ,
4545 hashes : new Models . HashDictionary ( [
46- [ Enums . HashAlgorithm . MD5 , 'f32a26e2a3a8aa338cd77b6e1263c535 ' ] ,
47- [ Enums . HashAlgorithm [ 'SHA-1' ] , '829c3804401b0727f70f73d4415e162400cbe57b ' ]
46+ [ Enums . HashAlgorithm . MD5 , '974e5cc07da6e4536bffd935fd4ddc61 ' ] ,
47+ [ Enums . HashAlgorithm [ 'SHA-1' ] , '2aae6c35c94fcfb415dbe95f408b9ce91ee846ed ' ]
4848 ] )
4949 } ) ,
5050 new Models . Component (
@@ -60,6 +60,9 @@ module.exports.createComplexStructure = function () {
6060 )
6161 ] )
6262 } )
63+ ] ) ,
64+ services : new Models . ServiceRepository ( [
65+ new Models . Service ( 'sbom-generator-service' )
6366 ] )
6467 } ) ,
6568 authors : new Models . OrganizationalContactRepository ( [
You can’t perform that action at this time.
0 commit comments