Replies: 2 comments 3 replies
-
Hello @jlamande We added support for repositories (#6171). <repositories>
<repository>
<id>sonatype-nexus-snapshots</id>
<name>Sonatype Nexus Snapshots</name>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<releases><enabled>false</enabled></releases>
<snapshots><enabled>true</enabled></snapshots>
</repository>
</repositories> But it should be Perhaps we need to add flag to enable/disable @jlamande As a workaround, you can download dependencies to local cache using the Regards, Dmitriy |
Beta Was this translation helpful? Give feedback.
-
Created #6374 for this task. |
Beta Was this translation helpful? Give feedback.
-
Question
Scanning in a CI job with exactly the same setup (only changed the trivy version, scanned fs is the same).
With trivy 0.50.0 (done multiple times with equivalent durations)
With trivy 0.49.1 (done multiple times with equivalent durations)
Does anyone see the same behavior ?
Is there some new option to enable in 0.50 to avoid this time increase ?
Target
Filesystem
Scanner
Vulnerability
Output Format
None
Mode
Standalone
Operating System
Docker
Version
Beta Was this translation helpful? Give feedback.
All reactions