We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c561a6 commit eedff9dCopy full SHA for eedff9d
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