Skip to content

CXX-2797 Update Augmented SBOM with mnmlstc/core removal #1271

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .evergreen/config_generator/components/silk.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def tasks():

return [
EvgTask(
name=TAG,
name='silk-check-augmented-sbom',
tags=[TAG, distro_name],
run_on=distro.name,
commands=[
Expand Down
2 changes: 1 addition & 1 deletion .evergreen/generated_configs/tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4208,7 +4208,7 @@ tasks:
BSONCXX_POLYFILL: impls
CXX_STANDARD: 17
- func: upload scan artifacts
- name: silk
- name: silk-check-augmented-sbom
run_on: rhel8-latest-small
tags: [silk, rhel8-latest]
commands:
Expand Down
33 changes: 2 additions & 31 deletions etc/augmented.sbom.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,5 @@
{
"components": [
{
"bom-ref": "pkg:github/mnmlstc/[email protected]",
"copyright": "Copyright \u00a9 2013 - 2014 MNMLSTC",
"externalReferences": [
{
"type": "distribution",
"url": "https://github.com/mnmlstc/core/archive/refs/tags/v1.1.0.tar.gz"
},
{
"type": "website",
"url": "https://github.com/mnmlstc/core/tree/v1.1.0"
}
],
"group": "mnmlstc",
"licenses": [
{
"license": {
"id": "Apache-2.0"
}
}
],
"name": "core",
"purl": "pkg:github/mnmlstc/[email protected]",
"type": "library",
"version": "v1.1.0"
},
{
"bom-ref": "pkg:github/mongodb/[email protected]",
"copyright": "Copyright 2009-present MongoDB, Inc.",
Expand Down Expand Up @@ -54,15 +28,12 @@
}
],
"dependencies": [
{
"ref": "pkg:github/mnmlstc/[email protected]"
},
{
"ref": "pkg:github/mongodb/[email protected]"
}
],
"metadata": {
"timestamp": "2024-09-30T15:53:24.743787+00:00",
"timestamp": "2024-11-04T17:45:42.970888+00:00",
"tools": [
{
"externalReferences": [
Expand Down Expand Up @@ -106,7 +77,7 @@
]
},
"serialNumber": "urn:uuid:dd68fbb0-f77c-4bb9-90cd-606dd854f301",
"version": 3,
"version": 4,
"$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json",
"bomFormat": "CycloneDX",
"specVersion": "1.5",
Expand Down