gh-112844: Add SBOM for external dependencies (#115789)

This commit is contained in:
Seth Michael Larson 2024-02-29 09:38:04 -06:00 committed by GitHub
parent 6a86030bc2
commit 45d8871dc4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 267 additions and 18 deletions

1
.github/CODEOWNERS vendored
View file

@ -247,6 +247,7 @@ Lib/test/test_interpreters/ @ericsnowcurrently
/Tools/wasm/ @brettcannon
# SBOM
/Misc/externals.spdx.json @sethmlarson
/Misc/sbom.spdx.json @sethmlarson
/Tools/build/generate_sbom.py @sethmlarson