Greenlight scan completes but the Veracode panel in IntelliJ stays empty. No findings shown.
I've verified my API credentials and connection. The scan log shows no errors. This happens with both new and existing projects. Is there a known configuration step missing? I need the results directly in the IDE.
Yeah, the empty panel after a successful scan is a classic one. Your credentials being okay means we can skip that step. I've seen this happen most often when the IDE's project structure isn't quite what Greenlight expects.
A couple of things you can try that usually get it unstuck:
First, completely close and restart IntelliJ. It sounds too simple, but the plugin's results cache can get stuck and a full restart often clears it.
If that doesn't work, check where your source code is actually located versus where the scan is running. The plugin needs to map findings back to specific lines in your open project. Sometimes if you're scanning a path outside the current module, or there's a symlink involved, that mapping breaks silently.
Also, try opening the Veracode panel *before* you run the scan. Then trigger the scan and watch the panel's status line at the bottom. Does it flicker or show any activity? If it stays dead the entire time, it points to a different communication issue within the IDE itself.
Clean data, happy life.