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

Whether to support real-time component vulnerability detection instead of "refresh scan" when adding dependencies to pom #207

Open
kakakpy opened this issue Mar 24, 2022 · 1 comment
Labels
feature request New feature or request

Comments

@kakakpy
Copy link

kakakpy commented Mar 24, 2022

Whether to support real-time component vulnerability detection instead of "refresh scan" when adding dependencies to pom

@kakakpy kakakpy added the feature request New feature or request label Mar 24, 2022
@yahavi
Copy link
Member

yahavi commented Mar 24, 2022

@kakakpy thanks for using the JFrog IDEA plugin.
To get the best performance the JFrog IDEA plugin collects the information of the Maven dependencies from the built-in Maven IntelliJ plugin. Therefore we added a trigger for an Xray scan that runs only after the Maven plugin completes refreshing the dependencies.
To make this feature work, you should enable reloading projects after any change in the build scripts. This feature used to be on by default in older IntelliJ IDEA versions and changed to off recently.

You can enable this feature in 2 steps:

  1. In the right panel, click on the Maven plugin and open the auto-reload settings:

image

  1. Enable "Reload project after changes in the build scripts" and choose "Any changes".

image

For more information see:
https://www.jetbrains.com/help/idea/settings-build-tools.html

Please let me know if that helped.

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

No branches or pull requests

2 participants