We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39dbab4 commit 81152b1Copy full SHA for 81152b1
1 file changed
Makefile
@@ -107,7 +107,7 @@ upgrade-quiet:
107
# Generate a Software Bill of Materials (SBOM).
108
.PHONY: sbom
109
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
+ python -m cyclonedx_py requirements --output-reproducible --output-format json --output-file dist/$(PACKAGE_NAME)-$(PACKAGE_VERSION)-sbom.json
111
112
# Generate a requirements.txt file containing version and integrity hashes for all
113
# packages currently installed in the virtual environment. There's no easy way to
0 commit comments