
AGorr125347 (Community Member) asked a question.
No supported build system found. Please see our list of supported systems
More details follow. The task:
- task: AzurePowerShell@5
displayName: 'SourceClear Scan'
inputs:
azureSubscription: '{subscription here}'
ScriptType: InlineScript
Inline: |
$Env:SRCCLR_API_TOKEN="{token here}"
Set-ExecutionPolicy AllSigned -Scope Process -Force
iex ((New-Object System.Net.WebClient).DownloadString('https://download.srcclr.com/ci.ps1'))
srcclr scan $(Build.SourcesDirectory) --debug
azurePowerShellVersion: LatestVersion
condition: succeededOrFailed()
To be honest I do not know much about the script other than it is used successfully in another build pipeline for a different source code repository
The project that fails is .NET Core 3.1
Any suggestions for what I need to modify to complete a successful scan?
What other information can I provide to assist with diagnosing this issue?
.png)
Hi @AGorr125347 (Community Member) - thank you for reaching out. I am forwarding your question to @Integrations Group and @Software Composition Analysis Group (Archived) for visibility. Thank you for your patience as members get to the question.
Hi All,
I now have the support case and would be sending out the next set of actions for debugging from Support via Email.
Regards,
Aditi
Thank you @akapur (Veracode, Inc.) for the update! Please keep the Community posted when the resolution becomes available.