-
Notifications
You must be signed in to change notification settings - Fork 34
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
trivy@1 failing with invalid argument "vuln,misconfig,secret" for "--scanners" #72
Comments
Also seeing this problem. |
We are also seeing the same problem. |
In my case I removed the explicit version of Trivy to use the latest (I was also using version 0.45.1 explicitly). After that the task was successful. |
@simonhillairetsrai That worked in our case too, but we have dozens of pipelines specifically referencing that version of trivy. It's going to be a royal PITA to have to change all of them. |
…kwards compatible with previous version of trivy
I put up a PR that I think should fix this. I welcome any feedback on it |
Yesterday the Azure DevOps Task trivy@1 had a change in code and stopped working. The check is still the same, we did not change anything. Before we had the following result in our pipeline:
After the change it is:
First the Scanners Error impacted us, but after this part was fixed, we still have a problem with the arguments.
aquasecurity/trivy#3762
Our YML task is setup like this:
The text was updated successfully, but these errors were encountered: