Skip to content

Commit 089623f

Browse files
committed
Exclude Modules/expat/refresh.sh from SBOM
1 parent 7829c82 commit 089623f

File tree

2 files changed

+1
-20
lines changed

2 files changed

+1
-20
lines changed

Misc/sbom.spdx.json

Lines changed: 0 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tools/build/generate_sbom.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class PackageFiles(typing.NamedTuple):
6060
exclude=[
6161
"Modules/expat/expat_config.h",
6262
"Modules/expat/pyexpatns.h",
63-
"Modules/_hacl/refresh.sh",
63+
"Modules/expat/refresh.sh",
6464
]
6565
),
6666
"macholib": PackageFiles(

0 commit comments

Comments
 (0)