Skip to content

Commit eedff9d

Browse files
committed
chore: don't pin SBOM version
1 parent 4c561a6 commit eedff9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ upgrade-quiet:
107107
# Generate a Software Bill of Materials (SBOM).
108108
.PHONY: sbom
109109
sbom: requirements
110-
python -m cyclonedx_py requirements --spec-version 1.7 --output-reproducible --output-format json --output-file dist/$(PACKAGE_NAME)-$(PACKAGE_VERSION)-sbom.json
110+
python -m cyclonedx_py requirements --output-reproducible --output-format json --output-file dist/$(PACKAGE_NAME)-$(PACKAGE_VERSION)-sbom.json
111111

112112
# Generate a requirements.txt file containing version and integrity hashes for all
113113
# packages currently installed in the virtual environment. There's no easy way to

0 commit comments

Comments
 (0)