We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When generating SBOMs on Windows, it looks like Windows line endings are used.
We probably want to be deterministic and generate exactly the same SBOM whether running on Windows or Unix-like systems.
Can be tested by removing the -w flag from the diff invocations in src/sbt-test/dependencies/*/build.sbt
-w
diff
src/sbt-test/dependencies/*/build.sbt
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When generating SBOMs on Windows, it looks like Windows line endings are used.
We probably want to be deterministic and generate exactly the same SBOM whether running on Windows or Unix-like systems.
Can be tested by removing the
-w
flag from thediff
invocations insrc/sbt-test/dependencies/*/build.sbt
The text was updated successfully, but these errors were encountered: