Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Frogbot pipeline on Azure DevOps fails with .NET 8 Windows app #795

Open
mikeKuester opened this issue Dec 5, 2024 · 2 comments
Open

Frogbot pipeline on Azure DevOps fails with .NET 8 Windows app #795

mikeKuester opened this issue Dec 5, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@mikeKuester
Copy link

Describe the bug

I have a .NET 8 solution in Git on Azure DevOps, which I want to scan with Frogbot. I tried this first with a small console app, were it works. But scanning my Windows .NET WPF app fails. I can scan the same .NET WPF app on my windows machine with the actual JFrog CLI (v2.72.0) without errors.

error MSB4018: The "WriteRestoreGraphTask" task failed unexpectedly. [/tmp/NuGetScratchvsts/z27p9lnr.a2v.nugetinputs.targets]

Current behavior

2024-12-05T14:18:22.0059055Z ##[section]Starting: Download and Run Frogbot
2024-12-05T14:18:22.0070634Z ==============================================================================
2024-12-05T14:18:22.0071064Z Task         : Command line
2024-12-05T14:18:22.0071318Z Description  : Run a command line script using Bash on Linux and macOS and cmd.exe on Windows
2024-12-05T14:18:22.0071699Z Version      : 2.246.1
2024-12-05T14:18:22.0071925Z Author       : Microsoft Corporation
2024-12-05T14:18:22.0072204Z Help         : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/command-line
2024-12-05T14:18:22.0072584Z ==============================================================================
2024-12-05T14:18:22.4414161Z Generating script.
2024-12-05T14:18:22.4419024Z ========================== Starting Command Output ===========================
2024-12-05T14:18:22.4441579Z [command]/usr/bin/bash --noprofile --norc /home/vsts/work/_temp/28671485-4888-42bb-8b7e-e29416731082.sh
2024-12-05T14:18:22.4632759Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2024-12-05T14:18:22.4633614Z                                  Dload  Upload   Total   Spent    Left  Speed
2024-12-05T14:18:22.4633878Z 
2024-12-05T14:18:22.5721319Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2024-12-05T14:18:22.5722567Z 100  2395  100  2395    0     0  21886      0 --:--:-- --:--:-- --:--:-- 22175
2024-12-05T14:18:22.5723513Z Downloading the latest version of Frogbot...
2024-12-05T14:18:22.5845243Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2024-12-05T14:18:22.5846455Z                                  Dload  Upload   Total   Spent    Left  Speed
2024-12-05T14:18:22.5847541Z 
2024-12-05T14:18:22.7187092Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2024-12-05T14:18:22.7188485Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2024-12-05T14:18:23.0672415Z 
2024-12-05T14:18:23.0929618Z  91 29.7M   91 27.2M    0     0  56.3M      0 --:--:-- --:--:-- --:--:-- 56.3M
2024-12-05T14:18:23.0930592Z 100 29.7M  100 29.7M    0     0  58.3M      0 --:--:-- --:--:-- --:--:-- 97.6M
2024-12-05T14:18:23.0975215Z Frogbot downloaded successfully!
2024-12-05T14:18:23.1051835Z 14:18:23 [Info] Frogbot version: 2.23.6
2024-12-05T14:18:23.1204529Z 14:18:23 [Debug] Sending HTTP GET request to: https://artifactory.zzz.com/xray/api/v1/system/version
2024-12-05T14:18:23.5725186Z 14:18:23 [Debug] Xray version: 3.107.11
2024-12-05T14:18:23.5729168Z 14:18:23 [Debug] Sending HTTP GET request to: https://artifactory.zzz.com/xsc/api/v1/system/version
2024-12-05T14:18:24.0333562Z 14:18:24 [Debug] XSC version: 1.12.5
2024-12-05T14:18:24.0334035Z 14:18:24 [Debug] No JF_CONFIG_PROFILE environment variable was provided. All configurations will be induced from Env vars and files
2024-12-05T14:18:24.0334493Z 14:18:24 [Debug] Reading config from file system. Looking for .frogbot/frogbot-config.yml
2024-12-05T14:18:24.0338215Z 14:18:24 [Debug] frogbot-config.yml found in /home/vsts/work/1/s/.frogbot/frogbot-config.yml
2024-12-05T14:18:24.0338836Z 14:18:24 [Debug] The content of frogbot-config.yml that will be used is:
2024-12-05T14:18:24.0339084Z # Frogbot configuration
2024-12-05T14:18:24.0339166Z 
2024-12-05T14:18:24.0339437Z - params:
2024-12-05T14:18:24.0339588Z     git:
2024-12-05T14:18:24.0339751Z       repoName: yyy
2024-12-05T14:18:24.0339910Z       branches:
2024-12-05T14:18:24.0340209Z         - main
2024-12-05T14:18:24.0340360Z     scan:
2024-12-05T14:18:24.0340521Z       projects:
2024-12-05T14:18:24.0340688Z         - installCommand: nuget restore
2024-12-05T14:18:24.0341012Z         - workingDirs:
2024-12-05T14:18:24.0341186Z             - sources/yyy
2024-12-05T14:18:24.0341254Z 
2024-12-05T14:18:24.0341478Z 14:18:24 [Debug] Sending HTTP HEAD request to: 'https://github.com/jfrog/frogbot'
2024-12-05T14:18:24.0341976Z 14:18:24 [Debug] Locking config file to run config AddOrEdit command.
2024-12-05T14:18:24.0342397Z 14:18:24 [Debug] Creating lock in: /tmp/jfrog.cli.temp.-1733408304-2520466438/locks/config
2024-12-05T14:18:24.0343147Z 14:18:24 [Debug] config file is released.
2024-12-05T14:18:24.0343654Z 14:18:24 [Debug] Releasing lock: /tmp/jfrog.cli.temp.-1733408304-2520466438/locks/config/jfrog-cli.conf.lck.1794.1733408304029907221
2024-12-05T14:18:24.0344055Z 14:18:24 [Debug] Usage Report: Sending info...
2024-12-05T14:18:24.0344283Z 14:18:24 [Info] Running Frogbot "scan-repository" command
2024-12-05T14:18:24.0344679Z 14:18:24 [Debug] Sending HTTP POST request to: https://usage-ecosystem.jfrog.io/api/usage/report
2024-12-05T14:18:24.0345006Z 14:18:24 [Debug] Sending HTTP GET request to: https://artifactory.zzz.com/xray/api/v1/system/version
2024-12-05T14:18:24.0345301Z 14:18:24 [Debug] Sending HTTP GET request to: https://artifactory.zzz.com/artifactory/api/system/version
2024-12-05T14:18:24.4684909Z 14:18:24 [Debug] JFrog Xray version is: 3.107.11
2024-12-05T14:18:24.4685831Z 14:18:24 [Debug] Sending HTTP POST request to: https://artifactory.zzz.com/xray/api/v1/usage/events/send
2024-12-05T14:18:24.4746647Z 14:18:24 [Debug] Artifactory response: 200 
2024-12-05T14:18:24.4746909Z 14:18:24 [Debug] JFrog Artifactory version is: 7.101.2
2024-12-05T14:18:24.4747182Z 14:18:24 [Debug] Sending HTTP POST request to: https://artifactory.zzz.com/artifactory/api/system/usage
2024-12-05T14:18:24.5875231Z 14:18:24 [Debug] Setting timeout for go-git to 120 seconds ...
2024-12-05T14:18:24.6878526Z 14:18:24 [Debug] Created temp working directory: /tmp/jfrog.cli.temp.-1733408304-3357949209
2024-12-05T14:18:24.6905905Z 14:18:24 [Debug] Running git clone https://dev.azure.com/xyz/yyy/_git/yyy (main branch)...
2024-12-05T14:18:25.4167710Z 14:18:25 [Debug] Project cloned from https://dev.azure.com/xyz/yyy/_git/yyy to /tmp/jfrog.cli.temp.-1733408304-3357949209
2024-12-05T14:18:25.4176148Z 14:18:25 [Debug] Sending HTTP POST request to: https://artifactory.zzz.com/xsc/api/v1/event
2024-12-05T14:18:25.9571469Z 14:18:25 [Debug] Sending HTTP GET request to: https://artifactory.zzz.com/xray/api/v1/entitlements/feature/contextual_analysis
2024-12-05T14:18:26.4505463Z 14:18:26 [Debug] Sending HTTP GET request to: https://artifactory.zzz.com/xray/api/v1/configuration/jas
2024-12-05T14:18:26.8557037Z 14:18:26 [Debug] The path '/tmp/jfrog.cli.temp.-1733408304-3357949209/.git' is excluded
2024-12-05T14:18:26.8558920Z 14:18:26 [Debug] The path '/tmp/jfrog.cli.temp.-1733408304-3357949209/.git/HEAD' is excluded
2024-12-05T14:18:26.8559265Z 14:18:26 [Debug] The path '/tmp/jfrog.cli.temp.-1733408304-3357949209/.git/config' is excluded
2024-12-05T14:18:26.8559549Z 14:18:26 [Debug] The path '/tmp/jfrog.cli.temp.-1733408304-3357949209/.git/index' is excluded
2024-12-05T14:18:26.8559826Z 14:18:26 [Debug] The path '/tmp/jfrog.cli.temp.-1733408304-3357949209/.git/objects' is excluded
2024-12-05T14:18:26.8560110Z 14:18:26 [Debug] The path '/tmp/jfrog.cli.temp.-1733408304-3357949209/.git/objects/info' is excluded
2024-12-05T14:18:26.8560406Z 14:18:26 [Debug] The path '/tmp/jfrog.cli.temp.-1733408304-3357949209/.git/objects/pack' is excluded
2024-12-05T14:18:26.8560737Z 14:18:26 [Debug] The path '/tmp/jfrog.cli.temp.-1733408304-3357949209/.git/objects/pack/pack-2b55ffcca526631aa3ec3396484f5feff1b1adfd.idx' is excluded
2024-12-05T14:18:26.8561143Z 14:18:26 [Debug] The path '/tmp/jfrog.cli.temp.-1733408304-3357949209/.git/objects/pack/pack-2b55ffcca526631aa3ec3396484f5feff1b1adfd.pack' is excluded
2024-12-05T14:18:26.8561525Z 14:18:26 [Debug] The path '/tmp/jfrog.cli.temp.-1733408304-3357949209/.git/refs' is excluded
2024-12-05T14:18:26.8561806Z 14:18:26 [Debug] The path '/tmp/jfrog.cli.temp.-1733408304-3357949209/.git/refs/heads' is excluded
2024-12-05T14:18:26.8562097Z 14:18:26 [Debug] The path '/tmp/jfrog.cli.temp.-1733408304-3357949209/.git/refs/heads/main' is excluded
2024-12-05T14:18:26.8562385Z 14:18:26 [Debug] The path '/tmp/jfrog.cli.temp.-1733408304-3357949209/.git/refs/remotes' is excluded
2024-12-05T14:18:26.8562985Z 14:18:26 [Debug] The path '/tmp/jfrog.cli.temp.-1733408304-3357949209/.git/refs/remotes/origin' is excluded
2024-12-05T14:18:26.8563271Z 14:18:26 [Debug] The path '/tmp/jfrog.cli.temp.-1733408304-3357949209/.git/refs/remotes/origin/main' is excluded
2024-12-05T14:18:26.8563577Z 14:18:26 [Debug] The path '/tmp/jfrog.cli.temp.-1733408304-3357949209/.git/refs/tags' is excluded
2024-12-05T14:18:26.8563855Z 14:18:26 [Debug] The path '/tmp/jfrog.cli.temp.-1733408304-3357949209/.git/shallow' is excluded
2024-12-05T14:18:26.8564158Z 14:18:26 [Debug] The path '/tmp/jfrog.cli.temp.-1733408304-3357949209/.gitattributes' is excluded
2024-12-05T14:18:26.8564438Z 14:18:26 [Debug] The path '/tmp/jfrog.cli.temp.-1733408304-3357949209/.gitignore' is excluded
2024-12-05T14:18:26.8564726Z 14:18:26 [Debug] The path '/tmp/jfrog.cli.temp.-1733408304-3357949209/build-test-publish-pipeline.yml' is excluded
2024-12-05T14:18:26.8614259Z 14:18:26 [Debug] The path '/tmp/jfrog.cli.temp.-1733408304-3357949209/etc/.gitkeep' is excluded
2024-12-05T14:18:26.8652764Z 14:18:26 [Debug] The path '/tmp/jfrog.cli.temp.-1733408304-3357949209/libs/.gitkeep' is excluded
2024-12-05T14:18:26.9694063Z 14:18:26 [Debug] mapped 41 working directories with indicators/descriptors:
2024-12-05T14:18:26.9694302Z {
2024-12-05T14:18:26.9694474Z   "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy": [
2024-12-05T14:18:26.9694814Z     "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/yyy.sln"
2024-12-05T14:18:26.9695362Z   ],
2024-12-05T14:18:26.9695535Z   "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/AppHost": [
2024-12-05T14:18:26.9695757Z     "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/AppHost/AppHost.csproj"
2024-12-05T14:18:26.9695914Z   ],
2024-12-05T14:18:26.9696088Z   "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/AppHost.Tests": [
2024-12-05T14:18:26.9696323Z     "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/AppHost.Tests/AppHost.Tests.csproj"
2024-12-05T14:18:26.9696515Z   ],
2024-12-05T14:18:26.9696714Z   "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Common": [
2024-12-05T14:18:26.9696929Z     "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Common/Common.csproj"
2024-12-05T14:18:26.9697082Z   ],
2024-12-05T14:18:26.9697255Z   "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Common.Streaming": [
2024-12-05T14:18:26.9697493Z     "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Common.Streaming/Common.Streaming.csproj"
2024-12-05T14:18:26.9697677Z   ],
2024-12-05T14:18:26.9697848Z   "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Common.Tests": [
2024-12-05T14:18:26.9698077Z     "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Common.Tests/Common.Tests.csproj"
2024-12-05T14:18:26.9698240Z   ],
2024-12-05T14:18:26.9698414Z   "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Controlboard.Common": [
2024-12-05T14:18:26.9698658Z     "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Controlboard.Common/Controlboard.Common.csproj"
2024-12-05T14:18:26.9698849Z   ],
2024-12-05T14:18:26.9699028Z   "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Controlboard.Common.Tests": [
2024-12-05T14:18:26.9699411Z     "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Controlboard.Common.Tests/Controlboard.Common.Tests.csproj"
2024-12-05T14:18:26.9699616Z   ],
2024-12-05T14:18:26.9699776Z   "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Controlboard.DbUpload": [
2024-12-05T14:18:26.9700029Z     "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Controlboard.DbUpload/Controlboard.DbUpload.csproj"
2024-12-05T14:18:26.9700217Z   ],
2024-12-05T14:18:26.9700396Z   "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Controlboard.DbUpload.Tests": [
2024-12-05T14:18:26.9700661Z     "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Controlboard.DbUpload.Tests/Controlboard.DbUpload.Tests.csproj"
2024-12-05T14:18:26.9700995Z   ],
2024-12-05T14:18:26.9701178Z   "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Controlboard.Migration": [
2024-12-05T14:18:26.9704106Z     "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Controlboard.Migration/Controlboard.Migration.csproj"
2024-12-05T14:18:26.9704728Z   ],
2024-12-05T14:18:26.9705152Z   "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Controlboard.Migration.Tests": [
2024-12-05T14:18:26.9705443Z     "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Controlboard.Migration.Tests/Controlboard.Migration.Tests.csproj"
2024-12-05T14:18:26.9705659Z   ],
2024-12-05T14:18:26.9705836Z   "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Controlboard.WpfClient": [
2024-12-05T14:18:26.9706085Z     "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Controlboard.WpfClient/Controlboard.WpfClient.csproj"
2024-12-05T14:18:26.9706273Z   ],
2024-12-05T14:18:26.9706454Z   "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Controlboard.WpfClient.Tests": [
2024-12-05T14:18:26.9706705Z     "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Controlboard.WpfClient.Tests/Controlboard.WpfClient.Tests.csproj"
2024-12-05T14:18:26.9706903Z   ],
2024-12-05T14:18:26.9707066Z   "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Device": [
2024-12-05T14:18:26.9707288Z     "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Device/Device.csproj"
2024-12-05T14:18:26.9707599Z   ],
2024-12-05T14:18:26.9707769Z   "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Device.Common": [
2024-12-05T14:18:26.9707999Z     "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Device.Common/Device.Common.csproj"
2024-12-05T14:18:26.9708159Z   ],
2024-12-05T14:18:26.9708331Z   "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Device.Common.Tests": [
2024-12-05T14:18:26.9708577Z     "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Device.Common.Tests/Device.Common.Tests.csproj"
2024-12-05T14:18:26.9708856Z   ],
2024-12-05T14:18:26.9709026Z   "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Device.MU.Mock": [
2024-12-05T14:18:26.9709260Z     "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Device.MU.Mock/Device.MU.Mock.csproj"
2024-12-05T14:18:26.9709423Z   ],
2024-12-05T14:18:26.9709595Z   "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Device.MU.xxxiii": [
2024-12-05T14:18:26.9709840Z     "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Device.MU.xxxiii/Device.MU.xxxiii.csproj"
2024-12-05T14:18:26.9710023Z   ],
2024-12-05T14:18:26.9710202Z   "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Device.MU.xxxiii.Tests": [
2024-12-05T14:18:26.9710534Z     "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Device.MU.xxxiii.Tests/Device.MU.xxxiii.Tests.csproj"
2024-12-05T14:18:26.9710727Z   ],
2024-12-05T14:18:26.9710897Z   "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Device.Provider": [
2024-12-05T14:18:26.9711121Z     "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Device.Provider/Device.Provider.csproj"
2024-12-05T14:18:26.9711299Z   ],
2024-12-05T14:18:26.9711478Z   "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Device.Provider.Tests": [
2024-12-05T14:18:26.9711722Z     "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Device.Provider.Tests/Device.Provider.Tests.csproj"
2024-12-05T14:18:26.9711914Z   ],
2024-12-05T14:18:26.9712080Z   "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Device.Services": [
2024-12-05T14:18:26.9712302Z     "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Device.Services/Device.Services.csproj"
2024-12-05T14:18:26.9712478Z   ],
2024-12-05T14:18:26.9712652Z   "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Device.Services.Tests": [
2024-12-05T14:18:26.9712897Z     "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Device.Services.Tests/Device.Services.Tests.csproj"
2024-12-05T14:18:26.9713167Z   ],
2024-12-05T14:18:26.9713334Z   "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Device.Tests": [
2024-12-05T14:18:26.9713563Z     "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Device.Tests/Device.Tests.csproj"
2024-12-05T14:18:26.9713724Z   ],
2024-12-05T14:18:26.9713904Z   "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Hardware.Adapters.bec": [
2024-12-05T14:18:26.9714163Z     "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Hardware.Adapters.bec/Hardware.Adapters.bec.csproj"
2024-12-05T14:18:26.9714356Z   ],
2024-12-05T14:18:26.9714537Z   "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Hardware.Adapters.bec.Tests": [
2024-12-05T14:18:26.9714805Z     "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Hardware.Adapters.bec.Tests/Hardware.Adapters.bec.Tests.csproj"
2024-12-05T14:18:26.9714992Z   ],
2024-12-05T14:18:26.9715174Z   "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Hardware.Adapters.ham": [
2024-12-05T14:18:26.9715433Z     "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Hardware.Adapters.ham/Hardware.Adapters.ham.csproj"
2024-12-05T14:18:26.9715628Z   ],
2024-12-05T14:18:26.9715811Z   "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Hardware.Adapters.ham.Tests": [
2024-12-05T14:18:26.9716081Z     "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Hardware.Adapters.ham.Tests/Hardware.Adapters.ham.Tests.csproj"
2024-12-05T14:18:26.9716334Z   ],
2024-12-05T14:18:26.9716496Z   "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Hardware.Adapters.sch": [
2024-12-05T14:18:26.9716748Z     "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Hardware.Adapters.sch/Hardware.Adapters.sch.csproj"
2024-12-05T14:18:26.9716938Z   ],
2024-12-05T14:18:26.9717117Z   "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Hardware.Adapters.sch.Tests": [
2024-12-05T14:18:26.9717382Z     "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Hardware.Adapters.sch.Tests/Hardware.Adapters.sch.Tests.csproj"
2024-12-05T14:18:26.9717578Z   ],
2024-12-05T14:18:26.9717736Z   "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/OpcUa.SimpleClient": [
2024-12-05T14:18:26.9717977Z     "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/OpcUa.SimpleClient/OpcUa.SimpleClient.csproj"
2024-12-05T14:18:26.9718160Z   ],
2024-12-05T14:18:26.9718328Z   "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Streaming": [
2024-12-05T14:18:26.9718554Z     "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Streaming/Streaming.csproj"
2024-12-05T14:18:26.9718723Z   ],
2024-12-05T14:18:26.9718879Z   "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/TestExtensions": [
2024-12-05T14:18:26.9719115Z     "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/TestExtensions/TestExtensions.csproj"
2024-12-05T14:18:26.9719293Z   ],
2024-12-05T14:18:26.9719457Z   "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/TestUtils": [
2024-12-05T14:18:26.9719677Z     "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/TestUtils/TestUtils.csproj"
2024-12-05T14:18:26.9719845Z   ],
2024-12-05T14:18:26.9720008Z   "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/WebApi": [
2024-12-05T14:18:26.9720208Z     "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/WebApi/WebApi.csproj"
2024-12-05T14:18:26.9720377Z   ],
2024-12-05T14:18:26.9720545Z   "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/WebApi.Tests": [
2024-12-05T14:18:26.9720771Z     "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/WebApi.Tests/WebApi.Tests.csproj"
2024-12-05T14:18:26.9720947Z   ],
2024-12-05T14:18:26.9721118Z   "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/WebApiMaintenance": [
2024-12-05T14:18:26.9721343Z     "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/WebApiMaintenance/WebApiMaintenance.csproj"
2024-12-05T14:18:26.9721574Z   ],
2024-12-05T14:18:26.9721752Z   "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/WebApiMaintenance.Tests": [
2024-12-05T14:18:26.9721998Z     "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/WebApiMaintenance.Tests/WebApiMaintenance.Tests.csproj"
2024-12-05T14:18:26.9722187Z   ],
2024-12-05T14:18:26.9722359Z   "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/WebDashboard": [
2024-12-05T14:18:26.9722577Z     "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/WebDashboard/WebDashboard.csproj"
2024-12-05T14:18:26.9722749Z   ],
2024-12-05T14:18:26.9722920Z   "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/WebDashboard.Tests": [
2024-12-05T14:18:26.9723161Z     "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/WebDashboard.Tests/WebDashboard.Tests.csproj"
2024-12-05T14:18:26.9723345Z   ]
2024-12-05T14:18:26.9723461Z }
2024-12-05T14:18:26.9723685Z 14:18:26 [Debug] Technologies were identified either from the command flags supplied by the user or inferred from the provided installation command. Detected technologies: [nuget].
2024-12-05T14:18:26.9759958Z 14:18:26 [Debug] Detected 1 technologies at /tmp/jfrog.cli.temp.-1733408304-3357949209: [ nuget].
2024-12-05T14:18:26.9796920Z 14:18:26 [Info] Preforming scans on 4 targets:
2024-12-05T14:18:26.9797126Z {
2024-12-05T14:18:26.9797457Z   "xray_version": "3.107.11",
2024-12-05T14:18:26.9797614Z   "xsc_version": "1.12.5",
2024-12-05T14:18:26.9797760Z   "jas_entitled": true,
2024-12-05T14:18:26.9797915Z   "command_type": "source_code",
2024-12-05T14:18:26.9798072Z   "start_time": "2024-12-05T14:18:25.956226889Z",
2024-12-05T14:18:26.9798265Z   "multi_scan_id": "cac0021b-b313-11ef-a1d5-96587870571d",
2024-12-05T14:18:26.9798423Z   "targets": [
2024-12-05T14:18:26.9798545Z     {
2024-12-05T14:18:26.9798710Z       "target": "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy",
2024-12-05T14:18:26.9798884Z       "technology": "nuget",
2024-12-05T14:18:26.9799023Z       "sca_scans": {
2024-12-05T14:18:26.9799157Z         "descriptors": [
2024-12-05T14:18:26.9799355Z           "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/TestExtensions/TestExtensions.csproj",
2024-12-05T14:18:26.9799630Z           "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Controlboard.WpfClient.Tests/Controlboard.WpfClient.Tests.csproj",
2024-12-05T14:18:26.9799918Z           "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Hardware.Adapters.ham/Hardware.Adapters.ham.csproj",
2024-12-05T14:18:26.9800176Z           "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/TestUtils/TestUtils.csproj",
2024-12-05T14:18:26.9800409Z           "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Common.Streaming/Common.Streaming.csproj",
2024-12-05T14:18:26.9800667Z           "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Device.Common.Tests/Device.Common.Tests.csproj",
2024-12-05T14:18:26.9800948Z           "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Hardware.Adapters.bec.Tests/Hardware.Adapters.bec.Tests.csproj",
2024-12-05T14:18:26.9801246Z           "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Hardware.Adapters.ham.Tests/Hardware.Adapters.ham.Tests.csproj",
2024-12-05T14:18:26.9801518Z           "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/WebDashboard.Tests/WebDashboard.Tests.csproj",
2024-12-05T14:18:26.9801793Z           "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Common/Common.csproj",
2024-12-05T14:18:26.9802030Z           "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Device.Common/Device.Common.csproj",
2024-12-05T14:18:26.9802285Z           "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Device.Provider.Tests/Device.Provider.Tests.csproj",
2024-12-05T14:18:26.9802557Z           "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Controlboard.DbUpload.Tests/Controlboard.DbUpload.Tests.csproj",
2024-12-05T14:18:26.9802919Z           "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Hardware.Adapters.sch/Hardware.Adapters.sch.csproj",
2024-12-05T14:18:26.9803170Z           "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/yyy.sln",
2024-12-05T14:18:26.9803386Z           "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/WebDashboard/WebDashboard.csproj",
2024-12-05T14:18:26.9803637Z           "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/WebApiMaintenance/WebApiMaintenance.csproj",
2024-12-05T14:18:26.9803899Z           "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Device.MU.xxxiii/Device.MU.xxxiii.csproj",
2024-12-05T14:18:26.9804165Z           "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Controlboard.Migration/Controlboard.Migration.csproj",
2024-12-05T14:18:27.0065488Z           "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Controlboard.DbUpload/Controlboard.DbUpload.csproj",
2024-12-05T14:18:27.0065817Z           "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Device.Services.Tests/Device.Services.Tests.csproj",
2024-12-05T14:18:27.0066082Z           "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Device.Provider/Device.Provider.csproj",
2024-12-05T14:18:27.0066337Z           "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/OpcUa.SimpleClient/OpcUa.SimpleClient.csproj",
2024-12-05T14:18:27.0066815Z           "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Controlboard.WpfClient/Controlboard.WpfClient.csproj",
2024-12-05T14:18:27.0067067Z           "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/AppHost/AppHost.csproj",
2024-12-05T14:18:27.0067308Z           "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Controlboard.Common.Tests/Controlboard.Common.Tests.csproj",
2024-12-05T14:18:27.0067581Z           "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Common.Tests/Common.Tests.csproj",
2024-12-05T14:18:27.0067846Z           "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Controlboard.Migration.Tests/Controlboard.Migration.Tests.csproj",
2024-12-05T14:18:27.0068129Z           "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Device.MU.xxxiii.Tests/Device.MU.xxxiii.Tests.csproj",
2024-12-05T14:18:27.0068387Z           "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Streaming/Streaming.csproj",
2024-12-05T14:18:27.0068623Z           "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Device.Tests/Device.Tests.csproj",
2024-12-05T14:18:27.0069283Z           "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/WebApi.Tests/WebApi.Tests.csproj",
2024-12-05T14:18:27.0069706Z           "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Device.Services/Device.Services.csproj",
2024-12-05T14:18:27.0069980Z           "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/WebApiMaintenance.Tests/WebApiMaintenance.Tests.csproj",
2024-12-05T14:18:27.0070227Z           "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Device.MU.Mock/Device.MU.Mock.csproj",
2024-12-05T14:18:27.0070811Z           "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Hardware.Adapters.sch.Tests/Hardware.Adapters.sch.Tests.csproj",
2024-12-05T14:18:27.0071119Z           "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/AppHost.Tests/AppHost.Tests.csproj",
2024-12-05T14:18:27.0071821Z           "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/WebApi/WebApi.csproj",
2024-12-05T14:18:27.0072105Z           "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Controlboard.Common/Controlboard.Common.csproj",
2024-12-05T14:18:27.0072380Z           "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Hardware.Adapters.bec/Hardware.Adapters.bec.csproj",
2024-12-05T14:18:27.0072827Z           "/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy/Device/Device.csproj"
2024-12-05T14:18:27.0073000Z         ]
2024-12-05T14:18:27.0073107Z       },
2024-12-05T14:18:27.0073238Z       "jas_scans": {}
2024-12-05T14:18:27.0073363Z     },
2024-12-05T14:18:27.0073485Z     {
2024-12-05T14:18:27.0073895Z       "target": "/tmp/jfrog.cli.temp.-1733408304-3357949209/docs",
2024-12-05T14:18:27.0074088Z       "jas_scans": {}
2024-12-05T14:18:27.0074232Z     },
2024-12-05T14:18:27.0074372Z     {
2024-12-05T14:18:27.0074549Z       "target": "/tmp/jfrog.cli.temp.-1733408304-3357949209/etc",
2024-12-05T14:18:27.0074798Z       "jas_scans": {}
2024-12-05T14:18:27.0074947Z     },
2024-12-05T14:18:27.0075080Z     {
2024-12-05T14:18:27.0075259Z       "target": "/tmp/jfrog.cli.temp.-1733408304-3357949209/libs",
2024-12-05T14:18:27.0075492Z       "jas_scans": {}
2024-12-05T14:18:27.0075633Z     }
2024-12-05T14:18:27.0075774Z   ]
2024-12-05T14:18:27.0075893Z }
2024-12-05T14:18:27.0076159Z 14:18:26 [Info] Calculating NuGet dependencies...
2024-12-05T14:18:27.0076442Z 14:18:26 [Debug] Testing to exclude projects by pattern: (^.*\.git.*$)|(^.*node_modules.*$)|(^.*target.*$)|(^.*venv.*$)|(^.*test.*$)|(^dist$)
2024-12-05T14:18:27.0293769Z 14:18:27 [Debug] Project dependencies were not found for project: Device.MU.xxxiii
2024-12-05T14:18:27.0294706Z 14:18:27 [Debug] Project dependencies were not found for project: Common
2024-12-05T14:18:27.0295585Z 14:18:27 [Debug] Project dependencies were not found for project: Device.Common
2024-12-05T14:18:27.0296582Z 14:18:27 [Debug] Project dependencies were not found for project: Device
2024-12-05T14:18:27.0297405Z 14:18:27 [Debug] Project dependencies were not found for project: Device.Services
2024-12-05T14:18:27.0298177Z 14:18:27 [Debug] Project dependencies were not found for project: Common.Tests
2024-12-05T14:18:27.0298956Z 14:18:27 [Debug] Project dependencies were not found for project: TestUtils
2024-12-05T14:18:27.0299758Z 14:18:27 [Debug] Project dependencies were not found for project: Device.Common.Tests
2024-12-05T14:18:27.0300507Z 14:18:27 [Debug] Project dependencies were not found for project: AppHost
2024-12-05T14:18:27.0301247Z 14:18:27 [Debug] Project dependencies were not found for project: WebApi
2024-12-05T14:18:27.0302166Z 14:18:27 [Debug] Project dependencies were not found for project: WebDashboard
2024-12-05T14:18:27.0302948Z 14:18:27 [Debug] Project dependencies were not found for project: AppHost.Tests
2024-12-05T14:18:27.0304013Z 14:18:27 [Debug] Project dependencies were not found for project: WebDashboard.Tests
2024-12-05T14:18:27.0304770Z 14:18:27 [Debug] Project dependencies were not found for project: Device.Tests
2024-12-05T14:18:27.0305550Z 14:18:27 [Debug] Project dependencies were not found for project: Device.Services.Tests
2024-12-05T14:18:27.0311744Z 14:18:27 [Debug] Project dependencies were not found for project: Device.MU.xxxiii.Tests
2024-12-05T14:18:27.0345447Z 14:18:27 [Debug] Project dependencies were not found for project: Hardware.Adapters.ham
2024-12-05T14:18:27.0345715Z 14:18:27 [Debug] Project dependencies were not found for project: Hardware.Adapters.ham.Tests
2024-12-05T14:18:27.0345935Z 14:18:27 [Debug] Project dependencies were not found for project: Hardware.Adapters.sch
2024-12-05T14:18:27.0346147Z 14:18:27 [Debug] Project dependencies were not found for project: Hardware.Adapters.sch.Tests
2024-12-05T14:18:27.0346521Z 14:18:27 [Debug] Project dependencies were not found for project: Controlboard.WpfClient
2024-12-05T14:18:27.0346754Z 14:18:27 [Debug] Project dependencies were not found for project: Controlboard.WpfClient.Tests
2024-12-05T14:18:27.0347030Z 14:18:27 [Debug] Project dependencies were not found for project: Controlboard.Common
2024-12-05T14:18:27.0347304Z 14:18:27 [Debug] Project dependencies were not found for project: Controlboard.Migration
2024-12-05T14:18:27.0347523Z 14:18:27 [Debug] Project dependencies were not found for project: Controlboard.Migration.Tests
2024-12-05T14:18:27.0348108Z 14:18:27 [Debug] Project dependencies were not found for project: Device.Provider
2024-12-05T14:18:27.0348352Z 14:18:27 [Debug] Project dependencies were not found for project: Device.Provider.Tests
2024-12-05T14:18:27.0348662Z 14:18:27 [Debug] Project dependencies were not found for project: Hardware.Adapters.bec
2024-12-05T14:18:27.0348983Z 14:18:27 [Debug] Project dependencies were not found for project: Hardware.Adapters.bec.Tests
2024-12-05T14:18:27.0349235Z 14:18:27 [Debug] Project dependencies were not found for project: Device.MU.Mock
2024-12-05T14:18:27.0349528Z 14:18:27 [Debug] Project dependencies were not found for project: WebApi.Tests
2024-12-05T14:18:27.0349886Z 14:18:27 [Debug] Project dependencies were not found for project: TestExtensions
2024-12-05T14:18:27.0350111Z 14:18:27 [Debug] Project dependencies were not found for project: WebApiMaintenance
2024-12-05T14:18:27.0350427Z 14:18:27 [Debug] Project dependencies were not found for project: WebApiMaintenance.Tests
2024-12-05T14:18:27.0350745Z 14:18:27 [Debug] Project dependencies were not found for project: Common.Streaming
2024-12-05T14:18:27.0350989Z 14:18:27 [Debug] Project dependencies were not found for project: Controlboard.Common.Tests
2024-12-05T14:18:27.0351301Z 14:18:27 [Debug] Project dependencies were not found for project: Controlboard.DbUpload
2024-12-05T14:18:27.0351628Z 14:18:27 [Debug] Project dependencies were not found for project: Controlboard.DbUpload.Tests
2024-12-05T14:18:27.1077184Z 14:18:27 [Info] Dependencies sources were not detected nor 'install' command provided. Running 'restore' command
2024-12-05T14:18:27.1078396Z 14:18:27 [Info] /usr/bin/nuget restore
2024-12-05T14:18:33.1624238Z 14:18:33 [Warn] Couldn't determine a package manager or build tool used by this project. Skipping the SCA scan in '/tmp/jfrog.cli.temp.-1733408304-3357949209/docs'...
2024-12-05T14:18:33.1624870Z 14:18:33 [Warn] Couldn't determine a package manager or build tool used by this project. Skipping the SCA scan in '/tmp/jfrog.cli.temp.-1733408304-3357949209/etc'...
2024-12-05T14:18:33.1625271Z 14:18:33 [Warn] Couldn't determine a package manager or build tool used by this project. Skipping the SCA scan in '/tmp/jfrog.cli.temp.-1733408304-3357949209/libs'...
2024-12-05T14:18:33.1625600Z 14:18:33 [Debug] JFROG_CLI_RELEASES_REPO is not set
2024-12-05T14:18:33.1625892Z 14:18:33 [Debug] 'JFROG_CLI_RELEASES_REPO' environment variable is not configured. The Analyzer Manager app will be downloaded directly from releases.jfrog.io if needed.
2024-12-05T14:18:33.1631921Z 14:18:33 [Debug] Sending HTTP HEAD request to: https://releases.jfrog.io/artifactory/xsc-gen-exe-analyzer-manager-local/v1/1.12.0/linux-amd64/analyzerManager.zip
2024-12-05T14:18:33.1847516Z 14:18:33 [Debug] Artifactory response: 200 
2024-12-05T14:18:33.1848392Z 14:18:33 [Info] [Thread 0] The 'Analyzer Manager' app is not cached locally. Downloading it now...
2024-12-05T14:18:33.1848825Z 14:18:33 [Info] Downloading JFrog's Dependency from https://releases.jfrog.io/artifactory/xsc-gen-exe-analyzer-manager-local/v1/1.12.0/linux-amd64/analyzerManager.zip
2024-12-05T14:18:33.1853076Z 14:18:33 [Debug] Sending HTTP HEAD request to: https://releases.jfrog.io/artifactory/xsc-gen-exe-analyzer-manager-local/v1/1.12.0/linux-amd64/analyzerManager.zip
2024-12-05T14:18:33.2080060Z 14:18:33 [Debug] Artifactory response: 200 
2024-12-05T14:18:33.2082560Z 14:18:33 [Debug] Sending HTTP GET request to: https://releases.jfrog.io/artifactory/xsc-gen-exe-analyzer-manager-local/v1/1.12.0/linux-amd64/analyzerManager.zip
2024-12-05T14:18:34.9589895Z 14:18:34 [Info] Extracting archive: /tmp/jfrog.cli.temp.-1733408313-3070271066/analyzerManager.zip to /tmp/jfrog.cli.temp.-1733408313-3070271066/
2024-12-05T14:18:38.5806699Z 14:18:38 [Debug] [Thread 0]  We couldn't find any vulnerable dependencies. Skipping....
2024-12-05T14:18:38.5807379Z 14:18:38 [Info] [Thread 0] Running secrets scan...
2024-12-05T14:18:38.5808027Z 14:18:38 [Debug] Secrets scanner input YAML:
2024-12-05T14:18:38.5808602Z scans:
2024-12-05T14:18:38.5808891Z     - roots:
2024-12-05T14:18:38.5809190Z         - /tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy
2024-12-05T14:18:38.5810747Z       output: /tmp/jfrog.cli.temp.-1733408306-549176845/Secrets_1733408318/results.sarif
2024-12-05T14:18:38.5811462Z       type: secrets-scan
2024-12-05T14:18:38.5811780Z       skipped-folders:
2024-12-05T14:18:38.5812213Z         - '**/*.git*/**'
2024-12-05T14:18:38.5812508Z         - '**/*node_modules*/**'
2024-12-05T14:18:38.5813219Z         - '**/*target*/**'
2024-12-05T14:18:38.5813511Z         - '**/*venv*/**'
2024-12-05T14:18:38.5815395Z         - '**/*test*/**'
2024-12-05T14:18:38.5815774Z         - '**/dist/**'
2024-12-05T14:18:38.5816121Z 
2024-12-05T14:18:38.5816888Z 14:18:38 [Debug] Executing /tmp/jfrog.cli.temp.-1733408304-2520466438/dependencies/analyzerManager/analyzerManager sec /tmp/jfrog.cli.temp.-1733408306-549176845/Secrets_1733408318/config.yaml cac0021b-b313-11ef-a1d5-96587870571d
2024-12-05T14:18:50.6557147Z 14:18:50 [Info] [Thread 0] Found 0 secrets vulnerabilities
2024-12-05T14:18:50.6568263Z 14:18:50 [Info] [Thread 0] Running IaC scan...
2024-12-05T14:18:50.6569369Z 14:18:50 [Debug] IaC scanner input YAML:
2024-12-05T14:18:50.6570056Z scans:
2024-12-05T14:18:50.6570730Z     - roots:
2024-12-05T14:18:50.6571359Z         - /tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy
2024-12-05T14:18:50.6572135Z       output: /tmp/jfrog.cli.temp.-1733408306-549176845/IaC_1733408330/results.sarif
2024-12-05T14:18:50.6572961Z       type: iac-scan-modules
2024-12-05T14:18:50.6573793Z       skipped-folders:
2024-12-05T14:18:50.6574620Z         - '**/*.git*/**'
2024-12-05T14:18:50.6575338Z         - '**/*node_modules*/**'
2024-12-05T14:18:50.6575942Z         - '**/*target*/**'
2024-12-05T14:18:50.6576495Z         - '**/*venv*/**'
2024-12-05T14:18:50.6577571Z         - '**/*test*/**'
2024-12-05T14:18:50.6578348Z         - '**/dist/**'
2024-12-05T14:18:50.6578794Z 
2024-12-05T14:18:50.6579890Z 14:18:50 [Debug] Executing /tmp/jfrog.cli.temp.-1733408304-2520466438/dependencies/analyzerManager/analyzerManager iac /tmp/jfrog.cli.temp.-1733408306-549176845/IaC_1733408330/config.yaml cac0021b-b313-11ef-a1d5-96587870571d
2024-12-05T14:18:55.8719748Z 14:18:55 [Info] [Thread 0] Found 0 IaC vulnerabilities
2024-12-05T14:18:55.8720552Z 14:18:55 [Info] [Thread 0] Running SAST scan...
2024-12-05T14:18:55.8721154Z 14:18:55 [Debug] Sast scanner input YAML:
2024-12-05T14:18:55.8723442Z scans:
2024-12-05T14:18:55.8723918Z     - roots:
2024-12-05T14:18:55.8724508Z         - /tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy
2024-12-05T14:18:55.8725254Z       type: sast
2024-12-05T14:18:55.8725458Z       exclude_patterns:
2024-12-05T14:18:55.8725647Z         - '**/*.git*/**'
2024-12-05T14:18:55.8726040Z         - '**/*node_modules*/**'
2024-12-05T14:18:55.8726280Z         - '**/*target*/**'
2024-12-05T14:18:55.8726490Z         - '**/*venv*/**'
2024-12-05T14:18:55.8726694Z         - '**/*test*/**'
2024-12-05T14:18:55.8726853Z         - '**/dist/**'
2024-12-05T14:18:55.8726988Z 
2024-12-05T14:18:55.8727353Z 14:18:55 [Debug] Executing /tmp/jfrog.cli.temp.-1733408304-2520466438/dependencies/analyzerManager/analyzerManager zd /tmp/jfrog.cli.temp.-1733408306-549176845/Sast_1733408335/config.yaml /tmp/jfrog.cli.temp.-1733408306-549176845/Sast_1733408335/results.sarif cac0021b-b313-11ef-a1d5-96587870571d
2024-12-05T14:19:01.6970707Z 14:19:01 [Info] [Thread 0] Found 0 SAST vulnerabilities
2024-12-05T14:19:01.6974814Z 14:19:01 [Debug] [Thread 0]  We couldn't find any vulnerable dependencies. Skipping....
2024-12-05T14:19:01.6976778Z 14:19:01 [Info] [Thread 0] Running secrets scan...
2024-12-05T14:19:01.6977930Z 14:19:01 [Debug] Secrets scanner input YAML:
2024-12-05T14:19:01.6978536Z scans:
2024-12-05T14:19:01.6979303Z     - roots:
2024-12-05T14:19:01.6979966Z         - /tmp/jfrog.cli.temp.-1733408304-3357949209/docs
2024-12-05T14:19:01.6980856Z       output: /tmp/jfrog.cli.temp.-1733408306-549176845/Secrets_1733408341/results.sarif
2024-12-05T14:19:01.6981739Z       type: secrets-scan
2024-12-05T14:19:01.6982507Z       skipped-folders:
2024-12-05T14:19:01.6983109Z         - '**/*.git*/**'
2024-12-05T14:19:01.6984219Z         - '**/*node_modules*/**'
2024-12-05T14:19:01.6984759Z         - '**/*target*/**'
2024-12-05T14:19:01.6985483Z         - '**/*venv*/**'
2024-12-05T14:19:01.6985952Z         - '**/*test*/**'
2024-12-05T14:19:01.6986878Z         - '**/dist/**'
2024-12-05T14:19:01.6987337Z 
2024-12-05T14:19:01.6988194Z 14:19:01 [Debug] Executing /tmp/jfrog.cli.temp.-1733408304-2520466438/dependencies/analyzerManager/analyzerManager sec /tmp/jfrog.cli.temp.-1733408306-549176845/Secrets_1733408341/config.yaml cac0021b-b313-11ef-a1d5-96587870571d
2024-12-05T14:19:08.5341598Z 14:19:08 [Info] [Thread 0] Found 0 secrets vulnerabilities
2024-12-05T14:19:08.5342470Z 14:19:08 [Info] [Thread 0] Running IaC scan...
2024-12-05T14:19:08.5344356Z 14:19:08 [Debug] IaC scanner input YAML:
2024-12-05T14:19:08.5345024Z scans:
2024-12-05T14:19:08.5345461Z     - roots:
2024-12-05T14:19:08.5346249Z         - /tmp/jfrog.cli.temp.-1733408304-3357949209/docs
2024-12-05T14:19:08.5346655Z       output: /tmp/jfrog.cli.temp.-1733408306-549176845/IaC_1733408348/results.sarif
2024-12-05T14:19:08.5346863Z       type: iac-scan-modules
2024-12-05T14:19:08.5347080Z       skipped-folders:
2024-12-05T14:19:08.5347287Z         - '**/*.git*/**'
2024-12-05T14:19:08.5347477Z         - '**/*node_modules*/**'
2024-12-05T14:19:08.5348091Z         - '**/*target*/**'
2024-12-05T14:19:08.5348344Z         - '**/*venv*/**'
2024-12-05T14:19:08.5348483Z         - '**/*test*/**'
2024-12-05T14:19:08.5348684Z         - '**/dist/**'
2024-12-05T14:19:08.5348814Z 
2024-12-05T14:19:08.5349121Z 14:19:08 [Debug] Executing /tmp/jfrog.cli.temp.-1733408304-2520466438/dependencies/analyzerManager/analyzerManager iac /tmp/jfrog.cli.temp.-1733408306-549176845/IaC_1733408348/config.yaml cac0021b-b313-11ef-a1d5-96587870571d
2024-12-05T14:19:13.7234300Z 14:19:13 [Info] [Thread 0] Found 0 IaC vulnerabilities
2024-12-05T14:19:13.7236255Z 14:19:13 [Info] [Thread 0] Running SAST scan...
2024-12-05T14:19:13.7237304Z 14:19:13 [Debug] Sast scanner input YAML:
2024-12-05T14:19:13.7237678Z scans:
2024-12-05T14:19:13.7237878Z     - roots:
2024-12-05T14:19:13.7238106Z         - /tmp/jfrog.cli.temp.-1733408304-3357949209/docs
2024-12-05T14:19:13.7238337Z       type: sast
2024-12-05T14:19:13.7238484Z       exclude_patterns:
2024-12-05T14:19:13.7238723Z         - '**/*.git*/**'
2024-12-05T14:19:13.7238955Z         - '**/*node_modules*/**'
2024-12-05T14:19:13.7239151Z         - '**/*target*/**'
2024-12-05T14:19:13.7239575Z         - '**/*venv*/**'
2024-12-05T14:19:13.7239806Z         - '**/*test*/**'
2024-12-05T14:19:13.7239945Z         - '**/dist/**'
2024-12-05T14:19:13.7240068Z 
2024-12-05T14:19:13.7240425Z 14:19:13 [Debug] Executing /tmp/jfrog.cli.temp.-1733408304-2520466438/dependencies/analyzerManager/analyzerManager zd /tmp/jfrog.cli.temp.-1733408306-549176845/Sast_1733408353/config.yaml /tmp/jfrog.cli.temp.-1733408306-549176845/Sast_1733408353/results.sarif cac0021b-b313-11ef-a1d5-96587870571d
2024-12-05T14:19:18.8617733Z 14:19:18 [Info] [Thread 0] Found 0 SAST vulnerabilities
2024-12-05T14:19:18.8619058Z 14:19:18 [Debug] [Thread 0]  We couldn't find any vulnerable dependencies. Skipping....
2024-12-05T14:19:18.8619870Z 14:19:18 [Info] [Thread 0] Running secrets scan...
2024-12-05T14:19:18.8622041Z 14:19:18 [Debug] Secrets scanner input YAML:
2024-12-05T14:19:18.8622574Z scans:
2024-12-05T14:19:18.8623079Z     - roots:
2024-12-05T14:19:18.8624397Z         - /tmp/jfrog.cli.temp.-1733408304-3357949209/etc
2024-12-05T14:19:18.8625405Z       output: /tmp/jfrog.cli.temp.-1733408306-549176845/Secrets_1733408358/results.sarif
2024-12-05T14:19:18.8625842Z       type: secrets-scan
2024-12-05T14:19:18.8626051Z       skipped-folders:
2024-12-05T14:19:18.8626235Z         - '**/*.git*/**'
2024-12-05T14:19:18.8626364Z         - '**/*node_modules*/**'
2024-12-05T14:19:18.8626577Z         - '**/*target*/**'
2024-12-05T14:19:18.8626977Z         - '**/*venv*/**'
2024-12-05T14:19:18.8627162Z         - '**/*test*/**'
2024-12-05T14:19:18.8627337Z         - '**/dist/**'
2024-12-05T14:19:18.8627388Z 
2024-12-05T14:19:18.8627699Z 14:19:18 [Debug] Executing /tmp/jfrog.cli.temp.-1733408304-2520466438/dependencies/analyzerManager/analyzerManager sec /tmp/jfrog.cli.temp.-1733408306-549176845/Secrets_1733408358/config.yaml cac0021b-b313-11ef-a1d5-96587870571d
2024-12-05T14:19:35.7542505Z 14:19:35 [Info] [Thread 0] Found 0 secrets vulnerabilities
2024-12-05T14:19:35.7547210Z 14:19:35 [Info] [Thread 0] Running IaC scan...
2024-12-05T14:19:35.7547714Z 14:19:35 [Debug] IaC scanner input YAML:
2024-12-05T14:19:35.7547938Z scans:
2024-12-05T14:19:35.7548070Z     - roots:
2024-12-05T14:19:35.7548845Z         - /tmp/jfrog.cli.temp.-1733408304-3357949209/etc
2024-12-05T14:19:35.7549146Z       output: /tmp/jfrog.cli.temp.-1733408306-549176845/IaC_1733408375/results.sarif
2024-12-05T14:19:35.7549663Z       type: iac-scan-modules
2024-12-05T14:19:35.7550384Z       skipped-folders:
2024-12-05T14:19:35.7550622Z         - '**/*.git*/**'
2024-12-05T14:19:35.7550985Z         - '**/*node_modules*/**'
2024-12-05T14:19:35.7551355Z         - '**/*target*/**'
2024-12-05T14:19:35.7551564Z         - '**/*venv*/**'
2024-12-05T14:19:35.7552190Z         - '**/*test*/**'
2024-12-05T14:19:35.7552597Z         - '**/dist/**'
2024-12-05T14:19:35.7552670Z 
2024-12-05T14:19:35.7553080Z 14:19:35 [Debug] Executing /tmp/jfrog.cli.temp.-1733408304-2520466438/dependencies/analyzerManager/analyzerManager iac /tmp/jfrog.cli.temp.-1733408306-549176845/IaC_1733408375/config.yaml cac0021b-b313-11ef-a1d5-96587870571d
2024-12-05T14:19:41.0250845Z 14:19:41 [Info] [Thread 0] Found 0 IaC vulnerabilities
2024-12-05T14:19:41.0252162Z 14:19:41 [Info] [Thread 0] Running SAST scan...
2024-12-05T14:19:41.0253159Z 14:19:41 [Debug] Sast scanner input YAML:
2024-12-05T14:19:41.0253736Z scans:
2024-12-05T14:19:41.0254577Z     - roots:
2024-12-05T14:19:41.0255410Z         - /tmp/jfrog.cli.temp.-1733408304-3357949209/etc
2024-12-05T14:19:41.0256276Z       type: sast
2024-12-05T14:19:41.0256737Z       exclude_patterns:
2024-12-05T14:19:41.0257446Z         - '**/*.git*/**'
2024-12-05T14:19:41.0257929Z         - '**/*node_modules*/**'
2024-12-05T14:19:41.0258589Z         - '**/*target*/**'
2024-12-05T14:19:41.0263536Z         - '**/*venv*/**'
2024-12-05T14:19:41.0264796Z         - '**/*test*/**'
2024-12-05T14:19:41.0265330Z         - '**/dist/**'
2024-12-05T14:19:41.0265979Z 
2024-12-05T14:19:41.0266744Z 14:19:41 [Debug] Executing /tmp/jfrog.cli.temp.-1733408304-2520466438/dependencies/analyzerManager/analyzerManager zd /tmp/jfrog.cli.temp.-1733408306-549176845/Sast_1733408381/config.yaml /tmp/jfrog.cli.temp.-1733408306-549176845/Sast_1733408381/results.sarif cac0021b-b313-11ef-a1d5-96587870571d
2024-12-05T14:19:46.2267462Z 14:19:46 [Info] [Thread 0] Found 0 SAST vulnerabilities
2024-12-05T14:19:46.2268657Z 14:19:46 [Debug] [Thread 0]  We couldn't find any vulnerable dependencies. Skipping....
2024-12-05T14:19:46.2269382Z 14:19:46 [Info] [Thread 0] Running secrets scan...
2024-12-05T14:19:46.2272210Z 14:19:46 [Debug] Secrets scanner input YAML:
2024-12-05T14:19:46.2272773Z scans:
2024-12-05T14:19:46.2273121Z     - roots:
2024-12-05T14:19:46.2295083Z         - /tmp/jfrog.cli.temp.-1733408304-3357949209/libs
2024-12-05T14:19:46.2296107Z       output: /tmp/jfrog.cli.temp.-1733408306-549176845/Secrets_1733408386/results.sarif
2024-12-05T14:19:46.2296358Z       type: secrets-scan
2024-12-05T14:19:46.2296590Z       skipped-folders:
2024-12-05T14:19:46.2296732Z         - '**/*.git*/**'
2024-12-05T14:19:46.2296907Z         - '**/*node_modules*/**'
2024-12-05T14:19:46.2297060Z         - '**/*target*/**'
2024-12-05T14:19:46.2297197Z         - '**/*venv*/**'
2024-12-05T14:19:46.2297333Z         - '**/*test*/**'
2024-12-05T14:19:46.2297469Z         - '**/dist/**'
2024-12-05T14:19:46.2297520Z 
2024-12-05T14:19:46.2297805Z 14:19:46 [Debug] Executing /tmp/jfrog.cli.temp.-1733408304-2520466438/dependencies/analyzerManager/analyzerManager sec /tmp/jfrog.cli.temp.-1733408306-549176845/Secrets_1733408386/config.yaml cac0021b-b313-11ef-a1d5-96587870571d
2024-12-05T14:19:53.0514286Z 14:19:53 [Info] [Thread 0] Found 0 secrets vulnerabilities
2024-12-05T14:19:53.0515282Z 14:19:53 [Info] [Thread 0] Running IaC scan...
2024-12-05T14:19:53.0515916Z 14:19:53 [Debug] IaC scanner input YAML:
2024-12-05T14:19:53.0516402Z scans:
2024-12-05T14:19:53.0516802Z     - roots:
2024-12-05T14:19:53.0518629Z         - /tmp/jfrog.cli.temp.-1733408304-3357949209/libs
2024-12-05T14:19:53.0519210Z       output: /tmp/jfrog.cli.temp.-1733408306-549176845/IaC_1733408393/results.sarif
2024-12-05T14:19:53.0520016Z       type: iac-scan-modules
2024-12-05T14:19:53.0520356Z       skipped-folders:
2024-12-05T14:19:53.0520805Z         - '**/*.git*/**'
2024-12-05T14:19:53.0521217Z         - '**/*node_modules*/**'
2024-12-05T14:19:53.0540293Z         - '**/*target*/**'
2024-12-05T14:19:53.0541393Z         - '**/*venv*/**'
2024-12-05T14:19:53.0541616Z         - '**/*test*/**'
2024-12-05T14:19:53.0541795Z         - '**/dist/**'
2024-12-05T14:19:53.0541855Z 
2024-12-05T14:19:53.0542182Z 14:19:53 [Debug] Executing /tmp/jfrog.cli.temp.-1733408304-2520466438/dependencies/analyzerManager/analyzerManager iac /tmp/jfrog.cli.temp.-1733408306-549176845/IaC_1733408393/config.yaml cac0021b-b313-11ef-a1d5-96587870571d
2024-12-05T14:19:58.5277745Z 14:19:58 [Info] [Thread 0] Found 0 IaC vulnerabilities
2024-12-05T14:19:58.5279335Z 14:19:58 [Info] [Thread 0] Running SAST scan...
2024-12-05T14:19:58.5280402Z 14:19:58 [Debug] Sast scanner input YAML:
2024-12-05T14:19:58.5282433Z scans:
2024-12-05T14:19:58.5282875Z     - roots:
2024-12-05T14:19:58.5283197Z         - /tmp/jfrog.cli.temp.-1733408304-3357949209/libs
2024-12-05T14:19:58.5283696Z       type: sast
2024-12-05T14:19:58.5284156Z       exclude_patterns:
2024-12-05T14:19:58.5284551Z         - '**/*.git*/**'
2024-12-05T14:19:58.5284852Z         - '**/*node_modules*/**'
2024-12-05T14:19:58.5285286Z         - '**/*target*/**'
2024-12-05T14:19:58.5285593Z         - '**/*venv*/**'
2024-12-05T14:19:58.5286059Z         - '**/*test*/**'
2024-12-05T14:19:58.5286391Z         - '**/dist/**'
2024-12-05T14:19:58.5286786Z 
2024-12-05T14:19:58.5287312Z 14:19:58 [Debug] Executing /tmp/jfrog.cli.temp.-1733408304-2520466438/dependencies/analyzerManager/analyzerManager zd /tmp/jfrog.cli.temp.-1733408306-549176845/Sast_1733408398/config.yaml /tmp/jfrog.cli.temp.-1733408306-549176845/Sast_1733408398/results.sarif cac0021b-b313-11ef-a1d5-96587870571d
2024-12-05T14:20:03.8847020Z 14:20:03 [Info] [Thread 0] Found 0 SAST vulnerabilities
2024-12-05T14:20:03.8856812Z 14:20:03 [Debug] Sending HTTP PUT request to: https://artifactory.zzz.com/xsc/api/v1/event
2024-12-05T14:20:04.3300106Z 14:20:04 [Debug] Command event:
2024-12-05T14:20:04.3300889Z {{0 failed   0 0 false       1m37.92912495s  } cac0021b-b313-11ef-a1d5-96587870571d}
2024-12-05T14:20:04.3603456Z 14:20:04 [Debug] Sending an error report to JFrog analytics...
2024-12-05T14:20:04.3604288Z 14:20:04 [Debug] Sending HTTP POST request to: https://artifactory.zzz.com/xsc/api/v1/event/logMessage
2024-12-05T14:20:04.9337788Z 14:20:04 [Error] target '/tmp/jfrog.cli.temp.-1733408304-3357949209/sources/yyy [nuget]' errors:
2024-12-05T14:20:04.9338639Z Failed to build dependency tree: failed while building 'nuget' dependency tree:
2024-12-05T14:20:04.9339976Z 'dotnet restore' command failed: exit status 1 - MSBuild auto-detection: using msbuild version '15.0' from '/usr/lib/mono/msbuild/15.0/bin'.
2024-12-05T14:20:04.9340484Z /tmp/NuGetScratchvsts/ydhk7e0w.fyh.nugetrestore.targets(190,5): error MSB4018: The "WriteRestoreGraphTask" task failed unexpectedly. [/tmp/NuGetScratchvsts/z27p9lnr.a2v.nugetinputs.targets]
2024-12-05T14:20:04.9341035Z /tmp/NuGetScratchvsts/ydhk7e0w.fyh.nugetrestore.targets(190,5): error MSB4018: NuGet.Frameworks.NuGet.Frameworks1219444.FrameworkException: Invalid framework identifier ''. [/tmp/NuGetScratchvsts/z27p9lnr.a2v.nugetinputs.targets]
2024-12-05T14:20:04.9341922Z /tmp/NuGetScratchvsts/ydhk7e0w.fyh.nugetrestore.targets(190,5): error MSB4018:   at NuGet.Frameworks.NuGet.Frameworks1219444.NuGetFramework.GetShortFolderName (NuGet.Frameworks.NuGet.Frameworks1219444.IFrameworkNameProvider mappings) [0x00075] in <239863218fce4f96b031c213d3d23b41>:0  [/tmp/NuGetScratchvsts/z27p9lnr.a2v.nugetinputs.targets]
2024-12-05T14:20:04.9343055Z /tmp/NuGetScratchvsts/ydhk7e0w.fyh.nugetrestore.targets(190,5): error MSB4018:   at NuGet.Frameworks.NuGet.Frameworks1219444.NuGetFramework.GetShortFolderName () [0x00006] in <239863218fce4f96b031c213d3d23b41>:0  [/tmp/NuGetScratchvsts/z27p9lnr.a2v.nugetinputs.targets]
2024-12-05T14:20:04.9345832Z /tmp/NuGetScratchvsts/ydhk7e0w.fyh.nugetrestore.targets(190,5): error MSB4018:   at NuGet.ProjectModel.PackageSpecWriter.WriteMetadataTargetFrameworks (NuGet.RuntimeModel.IObjectWriter writer, NuGet.ProjectModel.ProjectRestoreMetadata msbuildMetadata) [0x0007d] in <239863218fce4f96b031c213d3d23b41>:0  [/tmp/NuGetScratchvsts/z27p9lnr.a2v.nugetinputs.targets]
2024-12-05T14:20:04.9346489Z /tmp/NuGetScratchvsts/ydhk7e0w.fyh.nugetrestore.targets(190,5): error MSB4018:   at NuGet.ProjectModel.PackageSpecWriter.SetMSBuildMetadata (NuGet.RuntimeModel.IObjectWriter writer, NuGet.ProjectModel.PackageSpec packageSpec) [0x00122] in <239863218fce4f96b031c213d3d23b41>:0  [/tmp/NuGetScratchvsts/z27p9lnr.a2v.nugetinputs.targets]
2024-12-05T14:20:04.9347125Z /tmp/NuGetScratchvsts/ydhk7e0w.fyh.nugetrestore.targets(190,5): error MSB4018:   at NuGet.ProjectModel.PackageSpecWriter.Write (NuGet.ProjectModel.PackageSpec packageSpec, NuGet.RuntimeModel.IObjectWriter writer, System.Boolean hashing) [0x000ce] in <239863218fce4f96b031c213d3d23b41>:0  [/tmp/NuGetScratchvsts/z27p9lnr.a2v.nugetinputs.targets]
2024-12-05T14:20:04.9347904Z /tmp/NuGetScratchvsts/ydhk7e0w.fyh.nugetrestore.targets(190,5): error MSB4018:   at NuGet.ProjectModel.DependencyGraphSpec.Write (NuGet.RuntimeModel.IObjectWriter writer, System.Boolean hashing, System.Action`3[T1,T2,T3] writeAction) [0x000a4] in <239863218fce4f96b031c213d3d23b41>:0  [/tmp/NuGetScratchvsts/z27p9lnr.a2v.nugetinputs.targets]
2024-12-05T14:20:04.9348474Z /tmp/NuGetScratchvsts/ydhk7e0w.fyh.nugetrestore.targets(190,5): error MSB4018:   at NuGet.ProjectModel.DependencyGraphSpec.Save (System.IO.Stream stream) [0x0001c] in <239863218fce4f96b031c213d3d23b41>:0  [/tmp/NuGetScratchvsts/z27p9lnr.a2v.nugetinputs.targets]
2024-12-05T14:20:04.9348970Z /tmp/NuGetScratchvsts/ydhk7e0w.fyh.nugetrestore.targets(190,5): error MSB4018:   at NuGet.ProjectModel.DependencyGraphSpec.Save (System.String path) [0x00008] in <239863218fce4f96b031c213d3d23b41>:0  [/tmp/NuGetScratchvsts/z27p9lnr.a2v.nugetinputs.targets]
2024-12-05T14:20:04.9349453Z /tmp/NuGetScratchvsts/ydhk7e0w.fyh.nugetrestore.targets(190,5): error MSB4018:   at NuGet.Build.Tasks.WriteRestoreGraphTask.Execute () [0x00106] in <239863218fce4f96b031c213d3d23b41>:0  [/tmp/NuGetScratchvsts/z27p9lnr.a2v.nugetinputs.targets]
2024-12-05T14:20:04.9349967Z /tmp/NuGetScratchvsts/ydhk7e0w.fyh.nugetrestore.targets(190,5): error MSB4018:   at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute () [0x00029] in <3fa5db086dc941c1a57d0f5b812004f0>:0  [/tmp/NuGetScratchvsts/z27p9lnr.a2v.nugetinputs.targets]
2024-12-05T14:20:04.9350733Z /tmp/NuGetScratchvsts/ydhk7e0w.fyh.nugetrestore.targets(190,5): error MSB4018:   at Microsoft.Build.BackEnd.TaskBuilder.ExecuteInstantiatedTask (Microsoft.Build.BackEnd.ITaskExecutionHost taskExecutionHost, Microsoft.Build.BackEnd.Logging.TaskLoggingContext taskLoggingContext, Microsoft.Build.BackEnd.TaskHost taskHost, Microsoft.Build.BackEnd.ItemBucket bucket, Microsoft.Build.BackEnd.TaskExecutionMode howToExecuteTask) [0x002b9] in <3fa5db086dc941c1a57d0f5b812004f0>:0  [/tmp/NuGetScratchvsts/z27p9lnr.a2v.nugetinputs.targets]
2024-12-05T14:20:04.9351215Z 
2024-12-05T14:20:04.9351261Z 
2024-12-05T14:20:04.9372772Z 
2024-12-05T14:20:04.9411351Z ##[error]Bash exited with code '1'.
2024-12-05T14:20:04.9474342Z ##[section]Finishing: Download and Run Frogbot

Reproduction steps

Pipeline:

# Scanning of main branch with JFrog Frogbot (https://github.com/jfrog/frogbot)
#
# We use actually the authentication with user identiy tokens from the artifactory platform.
# User: mail address
# Password: The identity token

schedules:
  - cron: '0 0 * * *'
    displayName: Daily midnight build
    branches:
       include:
          - main

pr: none
trigger: none

pool:
  vmImage: ubuntu-latest

variables:
  # Predefined Azure Pipelines variables. There's no need to modify them.
  JF_GIT_PROJECT: $(System.TeamProject)
  JF_GIT_REPO: $(Build.Repository.Name)
  JF_GIT_API_ENDPOINT: $(System.CollectionUri)
  JF_GIT_BASE_BRANCH: $(Build.SourceBranchName)
  JF_GIT_OWNER: $(System.TeamProject)
  JF_GIT_PROVIDER: 'azureRepos'

jobs:
  - job:
    displayName: "Frogbot Scan Repository and Fix"
    steps:
      - task: CmdLine@2
        displayName: 'Download and Run Frogbot'
        env:
            # [Mandatory]
            # JFrog platform URL (This functionality requires version 3.29.0 or above of Xray)
            JF_URL: $(JF_URL)

            # [Mandatory if JF_USER and JF_PASSWORD are not provided]
            # JFrog access token with 'read' permissions for Xray
            # JF_ACCESS_TOKEN: $(JF_ACCESS_TOKEN)

            # [Mandatory if JF_ACCESS_TOKEN is not provided]
            # JFrog user and password with 'read' permissions for Xray
            JF_USER: $(JF_USER)
            JF_PASSWORD: $(JF_PASSWORD)

            # [Mandatory]
            # Azure Repos personal access token with Code -> Read & Write permissions
            JF_GIT_TOKEN: $(JF_GIT_TOKEN)

            # Set log level to debug
            JFROG_CLI_LOG_LEVEL: DEBUG

            # [Optional]
            # ...


        inputs:
            script: |
               getFrogbotScriptPath=$(if [ -z "$JF_RELEASES_REPO" ]; then echo "https://releases.jfrog.io"; else echo "${JF_URL}/artifactory/${JF_RELEASES_REPO}"; fi)
               curl -fLg "$getFrogbotScriptPath/artifactory/frogbot/v2/[RELEASE]/getFrogbot.sh" | sh
               ./frogbot cfpr

Expected behavior

Frogbot should scan this solution without any errors from the pipeline.

JFrog Frogbot version

2.23.6

Package manager info

Nuget

Git provider

Azure DevOps

JFrog Frogbot configuration yaml file

.frogbot/frogbot-config.yml

# Frogbot configuration

- params:
    git:
      repoName: yyy
      branches:
        - main
    scan:
      projects:
        - installCommand: nuget restore
        - workingDirs:
            - sources/yyy

Operating system type and version

ubuntu-latest

JFrog Xray version

No response

@mikeKuester mikeKuester added the bug Something isn't working label Dec 5, 2024
@hadarshjfrog
Copy link
Collaborator

Hi @mikeKuester - Thanks for reporting this issue.
First - it seems like the issue is with the installation of the nuget project before Frogbot starts to scan:
2024-12-05T14:20:04.9339976Z 'dotnet restore' command failed: exit status 1 - MSBuild auto-detection: using msbuild version '15.0' from '/usr/lib/mono/msbuild/15.0/bin'.
Please make sure that this project is set up as it is in your other steps/pipelines.

I also noticed that based on the frogbot-config.yml you shared - it looks like you're using a workingDir that doesn't contain the project. Please try removing the workingDirs param - or change it to the internal folder that contains the csproj or sln file.

Also - in order to escalate support issues - you can use the client portal via https://jfrog.com/support/

@xantiva
Copy link

xantiva commented Dec 23, 2024

@hadarshjfrog Thanks for your response. I can check this if I'm back at work next year.

Ciao,
Mike

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants