-
Notifications
You must be signed in to change notification settings - Fork 239
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
Timeout parameter ignored #153
Comments
hi @ralfstuckert - thanks for reporting this but I'm unable to reproduce this locally. Would you mind sharing the logs of your GitHub action here? |
Hi @simar7, I've been experiencing a similar issue, but given what I've been seeing, I was wondering if there was another timeout setting specific to the
For the full logs see here. I was running this action as a matrix and the two other images were successfully scanned and their results uploaded to the GitHub security tab. I did attempt this using |
Sorry, have been off for a couple of days. I can confirm that the fix solves the problem. Even more: the reason for running into the timeout was 'not passing the security-checks parameter' which was also fixed. Now the scan runs in seconds :-D |
Since version 0.5.0 the timeout parameter seems to be ignored (we run into a timeout after 5 min)
Setup looks like this:
However, if we pass the timeout via yaml config, it works:
trivy.yaml
The text was updated successfully, but these errors were encountered: