Skip to content
New issue

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

fix: [OSM-1056] enhance sbt output width #143

Merged
merged 1 commit into from
Mar 22, 2024

Conversation

37IulianPopovici
Copy link
Contributor

@37IulianPopovici 37IulianPopovici commented Mar 21, 2024

sbt dependencyTree has a max output width of 40, and thus truncating the dependency coordinates. Incomplete output rows lead to False Positives (because of missing "evicted by" tag, truncated dependency versions, etc)
Setting asciiGraphWidth := 999999999 gets us the full untouched report

Reference: https://support.snyk.io/hc/en-us/articles/9590215676189-Deeply-nested-Scala-projects-have-dependencies-truncated

@37IulianPopovici 37IulianPopovici self-assigned this Mar 21, 2024
@37IulianPopovici 37IulianPopovici requested a review from a team as a code owner March 21, 2024 15:12
@CLAassistant
Copy link

CLAassistant commented Mar 21, 2024

CLA assistant check
All committers have signed the CLA.

@37IulianPopovici 37IulianPopovici marked this pull request as draft March 21, 2024 15:25
@37IulianPopovici 37IulianPopovici marked this pull request as ready for review March 21, 2024 15:28
@37IulianPopovici 37IulianPopovici merged commit aff5819 into master Mar 22, 2024
4 checks passed
@37IulianPopovici 37IulianPopovici deleted the fix/sbt-output-getting-truncate branch March 22, 2024 10:00
@snyksec
Copy link

snyksec commented Mar 22, 2024

🎉 This PR is included in version 2.18.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@37IulianPopovici 37IulianPopovici changed the title fix: enhance sbt output width fix: [OSM-1056] enhance sbt output width Mar 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants