PR scans not scanning bugs in Java code base

Hello,

  • ALM used: GitHub
  • Languages of the repository: Java, XML
  • Error observed: PR scans do not detect bugs when scanning PRs for a Java code base.
  • Steps to reproduce:
  1. Create a PR in GitHub in a Java codebase
  2. When PR checks are complete, there will be no bugs/vulnerabilities/code smells or duplications detected in the PR(Even when there is a bug in the new code).

I would like to get the PRs in Java to be scanned automatically with the quality profile. Please provide a solution for the above. Thanks!

Hi,

Autoscan does not support Java (see documentation). If you want to analyze your java project you’ll have to do it in your own CI.