Helge
Helge
Do you use the `--cache-ttl` flag? With that flag all the keys in my redis server have a TTL. - redis server 7.0.4 - trivy (client/server mode) 0.30.4
I am wondering if the timeout only considers the scan time. Could it be that it took ~10 minutes to pull the image and then another 10 minutes to scan?...
I changed the log output to get better error messages (e.g. `tagLogger.Errorf("Could not fetch tag! %v", err)`): ```text time="2022-06-13T10:45:01+02:00" level=error msg="Could not fetch tag! manifest unknown: OCI index found, but...
FYI: At the moment the OS part of the latest image `thelastpickle/cassandra-reaper:3.2.0` looks good: ```sh trivy image --security-checks vuln --severity CRITICAL --vuln-type os thelastpickle/cassandra-reaper:3.2.0 ``` ```txt 2022-07-25T15:25:20.721+0200 INFO Vulnerability scanning...
Seems to be a duplicate of #114.
I have this problem with the dev-master version of jetbrains/phpstorm-stubs. From the debug log: ``` 2022-08-01 11:32:55,975+0000 DEBUG [qtp1922519710-101] *UNKNOWN org.sonatype.nexus.common.io.CooperatingFuture - Completing /jetbrains/phpstorm-stubs/dev-master/jetbrains-phpstorm-stubs-dev-master.zip?{} (1 threads cooperating) with exception java.io.UncheckedIOException:...
@Zuko To me it looks as if you are having this issue: https://github.com/sonatype-nexus-community/nexus-repository-composer/issues/123
I can confirm the issue that @albertschwarzkopf mentioned in https://github.com/aquasecurity/starboard/issues/1031#issuecomment-1067836429 with two different kind of errors. I guess I can avoid the errors with changes on my side by fixing...
According to the docs this is possible since Sentinel 6.2 with `sentinel resolve-hostnames yes`:
Is this a duplicate of https://github.com/hadolint/hadolint/issues/730?