File tree Expand file tree Collapse file tree 3 files changed +4
-33
lines changed
config_generator/components Expand file tree Collapse file tree 3 files changed +4
-33
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ def tasks():
68
68
69
69
return [
70
70
EvgTask (
71
- name = TAG ,
71
+ name = 'silk-check-augmented-sbom' ,
72
72
tags = [TAG , distro_name ],
73
73
run_on = distro .name ,
74
74
commands = [
Original file line number Diff line number Diff line change @@ -4208,7 +4208,7 @@ tasks:
4208
4208
BSONCXX_POLYFILL : impls
4209
4209
CXX_STANDARD : 17
4210
4210
- func : upload scan artifacts
4211
- - name : silk
4211
+ - name : silk-check-augmented-sbom
4212
4212
run_on : rhel8-latest-small
4213
4213
tags : [silk, rhel8-latest]
4214
4214
commands :
Original file line number Diff line number Diff line change 1
1
{
2
2
"components" : [
3
- {
4
- "bom-ref" : " pkg:github/mnmlstc/core@v1.1.0" ,
5
- "copyright" : " Copyright \u00a9 2013 - 2014 MNMLSTC" ,
6
- "externalReferences" : [
7
- {
8
- "type" : " distribution" ,
9
- "url" : " https://github.com/mnmlstc/core/archive/refs/tags/v1.1.0.tar.gz"
10
- },
11
- {
12
- "type" : " website" ,
13
- "url" : " https://github.com/mnmlstc/core/tree/v1.1.0"
14
- }
15
- ],
16
- "group" : " mnmlstc" ,
17
- "licenses" : [
18
- {
19
- "license" : {
20
- "id" : " Apache-2.0"
21
- }
22
- }
23
- ],
24
- "name" : " core" ,
25
- "purl" : " pkg:github/mnmlstc/core@v1.1.0" ,
26
- "type" : " library" ,
27
- "version" : " v1.1.0"
28
- },
29
3
{
30
4
"bom-ref" : " pkg:github/mongodb/mongo-c-driver@v1.28.0" ,
31
5
"copyright" : " Copyright 2009-present MongoDB, Inc." ,
54
28
}
55
29
],
56
30
"dependencies" : [
57
- {
58
- "ref" : " pkg:github/mnmlstc/core@v1.1.0"
59
- },
60
31
{
61
32
"ref" : " pkg:github/mongodb/mongo-c-driver@v1.28.0"
62
33
}
63
34
],
64
35
"metadata" : {
65
- "timestamp" : " 2024-09-30T15:53:24.743787 +00:00" ,
36
+ "timestamp" : " 2024-11-04T17:45:42.970888 +00:00" ,
66
37
"tools" : [
67
38
{
68
39
"externalReferences" : [
106
77
]
107
78
},
108
79
"serialNumber" : " urn:uuid:dd68fbb0-f77c-4bb9-90cd-606dd854f301" ,
109
- "version" : 3 ,
80
+ "version" : 4 ,
110
81
"$schema" : " http://cyclonedx.org/schema/bom-1.5.schema.json" ,
111
82
"bomFormat" : " CycloneDX" ,
112
83
"specVersion" : " 1.5" ,
You can’t perform that action at this time.
0 commit comments