You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Agent: Ubuntu latest, using Azure DevOps pipelines.
I have been running trivy side by side and found the results in MicrosoftSecurityDevOps@1 to be less than the output results running in trivy@1
The lack of working examples for MicrosoftSecurityDevOps@1 probably doesn't help - it takes me some time to figure out how to use the task and i cant get gdnconfig files to work.
Facing this same issue as well. The *.gdnconfig file is not found and it adds the -linux to it. I get this error:
##[error]ConfigurationPathNotFoundException: A configuration file could not be found for: **/*-linux.gdnconfig. This is often due to attempting to use a tool on a platform where it is not yet supported.
##[error]MSDO CLI exited with an error exit code: 1
I have also tried adding the -linux to the file name, but get another error
Agent: Ubuntu latest, using Azure DevOps pipelines.
I have been running trivy side by side and found the results in
MicrosoftSecurityDevOps@1
to be less than the output results running intrivy@1
The lack of working examples for
MicrosoftSecurityDevOps@1
probably doesn't help - it takes me some time to figure out how to use the task and i cant get gdnconfig files to work.I originally started with this config:
I then created a gdnconfig file and tried to use the
I tried loads of variances of the path but every single time it adds a postfix '-linux' to the file name. So the path would turn into:
Anyway, the output for the results showed 0 for the
MicrosoftSecurityDevOps@1
task and 5 (2 critical, 1 high, and 2 medium) using thetrivy@1
task.I have no confidence in what it showing me and the lack of decent examples and clear documentation is compounding the issue.
Any help appreciated - especially if anyone has got a working example of using trivy, with a gdnconfig file on a Linux agent. 😄
The text was updated successfully, but these errors were encountered: