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: filter out configs where isPublic is false #118

Merged
merged 1 commit into from Nov 1, 2022

Conversation

magdziarek
Copy link
Contributor

  • Ready for review
  • Follows CONTRIBUTING rules
  • Reviewed by Snyk internal team

What does this PR do?

Fixes [error] sbt.internal.util.Init$RuntimeUndefined: References to undefined settings at runtime. related to ScopedKey . This error seen previously was solved with a workaround - blacklisting configurations. However, we have discovered that it's not only configurations for a specific framework that are failing. It seems to be caused more generally by configurations that are not public (config.isPublic set to false). We should filter them out. This will allow more users to use plugin inspect rather than fall back to the legacy path.

@magdziarek magdziarek requested a review from a team as a code owner November 1, 2022 07:54
@magdziarek magdziarek self-assigned this Nov 1, 2022
@magdziarek magdziarek merged commit 63e5c44 into master Nov 1, 2022
@magdziarek magdziarek deleted the fix/scopekey-error-in-plugin-inspect branch November 1, 2022 10:27
@snyksec
Copy link

snyksec commented Nov 1, 2022

🎉 This PR is included in version 2.16.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants