-
Notifications
You must be signed in to change notification settings - Fork 28
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
chore: add Technolinator config for dependencytrack, setting the correct java version (SEC-598) #2720
Conversation
APKs built during tests are available here. Scroll down to Artifacts! |
Build 3230 succeeded. The build produced the following APK's: |
excludes kalium directory because it's not necessary to scan it
APKs built during tests are available here. Scroll down to Artifacts! |
APKs built during tests are available here. Scroll down to Artifacts! |
APKs built during tests are available here. Scroll down to Artifacts! |
APKs built during tests are available here. Scroll down to Artifacts! |
APKs built during tests are available here. Scroll down to Artifacts! |
Build 3863 succeeded. The build produced the following APK's: |
What's new in this PR?
Issues
CDXgen was not able to get the correct dependency tree for kalium previously, because it used java21 internally. This config sets the java version to 17 and enables cdxgen to create a dependency tree and push it to dependency track.
How to Test
No need, this change is transparent for devs and only pertains to security tooling and should have no visible effect at all.