DWatson907834 (Community Member) asked a question.

My scan has started failing with the following error.
No supported build system found. Please see our list of supported systems at https://help.veracode.com/go/c_sc_supported_lang.

I'm running a powershell script on the default windows azure devops agents.

 

this is a dotnet project with nuget dependencies.

 

I tried locally with the same error but with --debug added

 

More error details:

 

Downloading latest srcclr...

Starting scan on .....

DEBUG: Lightman zip already exists at C:\Users\dwatson\AppData\Local\Temp\srcclr\11260\srcclr-3.8.87-windows.zip, skipping download...

DEBUG: Lightman is already extracted

DEBUG: Invoking C:\Users\dwatson\AppData\Local\Temp\srcclr\11260\srcclr-3.8.87\bin\srcclr with 'srcclr scan C:\code\lc\NotificationService --update-advisor --allow-dirty --debug'

 

No supported build system found. Please see our list of supported systems at https://help.veracode.com/go/c_sc_supported_lang.

 

2025-01-15/18:06:40.925 com.sourceclear.agent.services.ConfigServiceImpl    DEBUG  Unable to create C:\Users\dwatson\.srcclr

2025-01-15/18:06:41.136 io.sentry.SentryClient DEBUG  Adding 'com.sourceclear.agent.services.ErrorRecordServiceImpl$$Lambda$68/0x000000080023bf98@376a312c' to the list of builder helpers.

2025-01-15/18:06:41.373 com.sourceclear.agent.util.TrustManagerFromEnv DEBUG  Skipping additional SSL Trust Manager configuration because both $SRCCLR_SSL_CERT_DIR and $SRCCLR_SSL_CERT_FILE are blank

2025-01-15/18:06:41.378 com.sourceclear.agent.EntryPointImpl  DEBUG  Executing scan with com.sourceclear.agent.commands.ScanCommand

2025-01-15/18:06:41.379 com.sourceclear.agent.EntryPointImpl  DEBUG  Veracode SCA Agent/3.8.87 (Azul Systems, Inc./17.0.6+10-LTS; arch="amd64" name="Windows 10" version="10.0" language="en" timezone="Europe/London")

2025-01-15/18:06:41.379 com.sourceclear.agent.EntryPointImpl  DEBUG  JVM max. memory size := 3 GB

2025-01-15/18:06:41.383 com.sourceclear.agent.EntryPointImpl  DEBUG  Verb Options := verbOpts = {\n KEY:update-advisor := []\r\n KEY:allow-dirty := []\r\n}\nleft-overs = [C:\code\lc\NotificationService]

2025-01-15/18:06:41.384 com.sourceclear.agent.services.LicenseServiceImpl    INFO  Checking Agent authentication against the Veracode SCA API...

2025-01-15/18:06:42.096 com.sourceclear.api.client.SourceClearClient  DEBUG  HTTPS connection is expanded to accept wider range of ciphers

2025-01-15/18:06:45.351 com.sourceclear.agent.commands.ScanCommand   INFO  Srcclr is scanning the folder: C:\code\lc\NotificationService

2025-01-15/18:06:45.353 com.sourceclear.agent.commands.ScanCommand   DEBUG  Scan collectors:

2025-01-15/18:06:45.353 com.sourceclear.agent.commands.ScanCommand   DEBUG  Skip collectors:

2025-01-15/18:06:45.353 com.sourceclear.agent.commands.ScanCommand   DEBUG  Skip vulnerable methods: false

2025-01-15/18:06:45.359 com.sourceclear.agent.commands.ScanCommand   DEBUG  Setup completed in 0s

2025-01-15/18:06:45.370 com.sourceclear.agent.services.ScanServiceImpl DEBUG  scanDir : C:\code\lc\NotificationService

2025-01-15/18:06:45.370 com.sourceclear.agent.services.ScanServiceImpl DEBUG  scanDir is directory: true

2025-01-15/18:06:45.564 com.sourceclear.util.io.GitUtils    DEBUG  SRCCLR_GIT_CEILING_DIR=Optional.empty

2025-01-15/18:06:47.444 com.sourceclear.agent.services.ScanServiceImpl DEBUG  MetaGit: MetaGit[localPath=file:/C:/code/lc/NotificationService/, subPath='', remote=https://sdl@dev.azure.com/sdl/LanguageCloudServices/_git/NotificationService, head='9cea22252180ed1a79ecf48dcbdb015b62b9ff5c', refName='master', refType=BRANCH]

2025-01-15/18:06:47.445 com.sourceclear.agent.services.ScanServiceImpl DEBUG  Include Dockerfile scan: false

2025-01-15/18:06:47.445 com.sourceclear.agent.services.ScanServiceImpl DEBUG  Allow scan to proceed without a build system: false

2025-01-15/18:06:47.502 com.sourceclear.engine.component.ComponentEngineBuilder DEBUG  collectorsToRun: []

2025-01-15/18:06:47.502 com.sourceclear.engine.component.ComponentEngineBuilder DEBUG  collectorsToSkip: []

2025-01-15/18:06:48.153 com.sourceclear.agent.EntryPointImpl  DEBUG  Exiting with 1

 

com.sourceclear.agent.FatalException: No supported build system found. Please see our list of supported systems at https://help.veracode.com/go/c_sc_supported_lang.

    at com.sourceclear.agent.commands.ScanCommand.handleScanErrors(ScanCommand.java:1180)

    at com.sourceclear.agent.commands.ScanCommand.executeRepoScan(ScanCommand.java:976)

    at com.sourceclear.agent.commands.ScanCommand.execute(ScanCommand.java:658)

    at com.sourceclear.agent.EntryPointImpl.runVerb(EntryPointImpl.java:382)

    at com.sourceclear.agent.EntryPointImpl.dispatchVerbOptions(EntryPointImpl.java:331)

    at com.sourceclear.agent.EntryPointImpl.apply(EntryPointImpl.java:156)

    at com.sourceclear.agent.Main.start(Main.java:118)

    at com.sourceclear.agent.Main.main(Main.java:123)

Caused by:

    com.sourceclear.engine.common.CollectionException: No supported build system found. Please see our list of supported systems at https://help.veracode.com/go/c_sc_supported_lang.

        at com.sourceclear.engine.component.ComponentEngineBuilder.build(ComponentEngineBuilder.java:926)

        at com.sourceclear.agent.services.ScanServiceImpl.getComponentEngine(ScanServiceImpl.java:584)

        at com.sourceclear.agent.services.ScanServiceImpl.performScan(ScanServiceImpl.java:337)

        at com.sourceclear.agent.commands.ScanCommand.lambda$executeRepoScan$5(ScanCommand.java:984)

        at com.sourceclear.agent.commands.ScanCommand.handleScanErrors(ScanCommand.java:1160)

        at com.sourceclear.agent.commands.ScanCommand.executeRepoScan(ScanCommand.java:976)

        at com.sourceclear.agent.commands.ScanCommand.execute(ScanCommand.java:658)

        at com.sourceclear.agent.EntryPointImpl.runVerb(EntryPointImpl.java:382)

        at com.sourceclear.agent.EntryPointImpl.dispatchVerbOptions(EntryPointImpl.java:331)

        at com.sourceclear.agent.EntryPointImpl.apply(EntryPointImpl.java:156)

        at com.sourceclear.agent.Main.start(Main.java:118)

        at com.sourceclear.agent.Main.main(Main.java:123)

 


SWithey992668 likes this.
  • User16877954737335246824 (Veracode, Inc.)

    Hi,

     

    I would recommend you contact our technical support team. Here's how you can log a case:

    1. Navigate to the upper right corner of any page in the Community, and click on your user avatar.

    2. Select Contact Support from the drop-down menu.Open a case with Support, and the engineer will assist you on helping out with your query.

     

    Regards,

    Pranita

    Veracode Inc.

    Expand Post
    Selected as Best
  • User16877954737335246824 (Veracode, Inc.)

    Hi,

     

    I would recommend you contact our technical support team. Here's how you can log a case:

    1. Navigate to the upper right corner of any page in the Community, and click on your user avatar.

    2. Select Contact Support from the drop-down menu.Open a case with Support, and the engineer will assist you on helping out with your query.

     

    Regards,

    Pranita

    Veracode Inc.

    Expand Post
    Selected as Best
  • SWithey992668 (Community Member)

    @DWatson907834 (Community Member)​ Did you resolve this? We have the same issue when trying to scan projects from the root of the source directory. I know that if you specify the path, it will work, but we're hoping to scan all dependencies in the repo recursively using the --recursive argument and get the same error as you do.

Topics (6)

No articles found
Loading

Ask the Community

Get answers, share a use case, discuss your favorite features, or get input from the community.