Can I scan a legacy repository with around 3Mil LOC with PL/SQL, Oracle EBS languages(rdf,ldts etc)

Template for a good new topic, formatted with Markdown:

  • ALM used is Bitbucket Cloud

  • CI system used (aws codebuild)

  • Scanner command used when applicable ()

  • Languages of the repository


    Language files blank comment code

    SQL 1133 16737 26311 2696323

  • Oracle PL/SQL 264 10573 13203 93538
    Visual Basic 91 51 0 54035
    XML 189 383 203 26167
    CSV 1 0 0 19040
    HTML 2 4 2756 15553
    Java 57 1327 958 5346
    Text 11 367 0 2271
    Cucumber 10 169 68 1171
    YAML 6 147 57 1073
    XSD 1 0 3 1058
    Markdown 10 195 0 801
    Korn Shell 18 205 299 716
    Bourne Shell 6 64 48 244
    Standard ML 12 34 0 241
    Properties 5 9 11 84
    DOS Batch 2 19 12 68
    INI 4 0 0 28
    Bourne Again Shell 1 4 2 26

    SUM: 1823 30288 43931 2917783

  • Only if the SonarCloud project is public, the URL

    • And if you need help with pull request decoration, then the URL to the PR too
  • Error observed (wrap logs/code around with triple quotes ``` for proper formatting)

  • Steps to reproduce

  • Potential workaround

Do not share screenshots of logs – share the text itself (bonus points for being well-formatted)!

Hi,

PL/SQL analysis is supported on SonarQube Cloud, as are many of the other languages in your project.

For Shell, we only support Bash and POSIX. Even many of the unsupported languages’ files will be scanned for Secrets tho.

Given the size of your project, automatic analysis is not going to work for you. You’ll need to be sure to configure CI-based analysis.

 
HTH,
Ann