Skip to content

Commit

Permalink
PYTHON-4373 [v4.7] Add SBOM file (mongodb#1658)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Jun 5, 2024
1 parent 7604387 commit c36bfbc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04]
python-version: ["3.7", "3.11", "pypy-3.8"]
python-version: ["3.7", "3.11", "pypy-3.9"]
name: CPython ${{ matrix.python-version }}-${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: ["3.7", "3.11"]
python: ["3.8", "3.11"]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ exclude .git-blame-ignore-revs
exclude .pre-commit-config.yaml
exclude .readthedocs.yaml
exclude CONTRIBUTING.md
include sbom.json
exclude RELEASE.md
recursive-include doc *.rst
recursive-include doc *.py
Expand Down
10 changes: 10 additions & 0 deletions sbom.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"metadata": {
"timestamp": "2024-06-05T10:36:04.606968+00:00"
},
"serialNumber": "urn:uuid:a94f1412-ea1f-4821-b9f0-e14788b0776e",
"version": 1,
"$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json",
"bomFormat": "CycloneDX",
"specVersion": "1.5"
}

0 comments on commit c36bfbc

Please sign in to comment.