aquasecurity / trivy-azure-pipelines-task

An Azure Pipelines Task for trivy
https://marketplace.visualstudio.com/items?itemName=AquaSecurityOfficial.trivy-official
MIT License
46 stars 33 forks source link

Unable to process the results #24

Open lbouriez opened 1 year ago

lbouriez commented 1 year ago

While running it on our pipeline, it's impossible to upload the file result: image

The code is:

- task: trivy@1
  displayName: "Trivy Scan"
  inputs:
    version: "${{ parameters.TrivyVersion }}"
    path: .
zkikvidze commented 1 year ago

I have exactly the same issue. Can someone recommend troubleshooting steps?

frnode commented 1 year ago

Same issue...