Skip to content

Commit 260746f

Browse files
authored
CXX-2797 Update Augmented SBOM with mnmlstc/core removal (#1271)
* Restore the name of the silk-check-augmented-sbom task
1 parent e6e2696 commit 260746f

File tree

3 files changed

+4
-33
lines changed

3 files changed

+4
-33
lines changed

.evergreen/config_generator/components/silk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def tasks():
6868

6969
return [
7070
EvgTask(
71-
name=TAG,
71+
name='silk-check-augmented-sbom',
7272
tags=[TAG, distro_name],
7373
run_on=distro.name,
7474
commands=[

.evergreen/generated_configs/tasks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4208,7 +4208,7 @@ tasks:
42084208
BSONCXX_POLYFILL: impls
42094209
CXX_STANDARD: 17
42104210
- func: upload scan artifacts
4211-
- name: silk
4211+
- name: silk-check-augmented-sbom
42124212
run_on: rhel8-latest-small
42134213
tags: [silk, rhel8-latest]
42144214
commands:

etc/augmented.sbom.json

Lines changed: 2 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,5 @@
11
{
22
"components": [
3-
{
4-
"bom-ref": "pkg:github/mnmlstc/[email protected]",
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/[email protected]",
26-
"type": "library",
27-
"version": "v1.1.0"
28-
},
293
{
304
"bom-ref": "pkg:github/mongodb/[email protected]",
315
"copyright": "Copyright 2009-present MongoDB, Inc.",
@@ -54,15 +28,12 @@
5428
}
5529
],
5630
"dependencies": [
57-
{
58-
"ref": "pkg:github/mnmlstc/[email protected]"
59-
},
6031
{
6132
"ref": "pkg:github/mongodb/[email protected]"
6233
}
6334
],
6435
"metadata": {
65-
"timestamp": "2024-09-30T15:53:24.743787+00:00",
36+
"timestamp": "2024-11-04T17:45:42.970888+00:00",
6637
"tools": [
6738
{
6839
"externalReferences": [
@@ -106,7 +77,7 @@
10677
]
10778
},
10879
"serialNumber": "urn:uuid:dd68fbb0-f77c-4bb9-90cd-606dd854f301",
109-
"version": 3,
80+
"version": 4,
11081
"$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json",
11182
"bomFormat": "CycloneDX",
11283
"specVersion": "1.5",

0 commit comments

Comments
 (0)