We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d382d88 commit bafdb3fCopy full SHA for bafdb3f
1 file changed
core/src/main/java/io/snyk/plugins/artifactory/scanner/ScannerModule.java
@@ -70,7 +70,7 @@ public void filterAccess(@Nonnull RepoPath repoPath) {
70
}
71
72
private Optional<MonitoredArtifact> resolveArtifact(RepoPath repoPath) {
73
- Optional<MonitoredArtifact> monitoredArtifact = artifactResolver.get(properties(repoPath), () -> runTest(repoPath));
+ Optional<MonitoredArtifact> monitoredArtifact = artifactResolver.get(properties(repoPath), () -> runTest(repoPath));
74
Instant lastModifiedDate = getLastModifiedDate(repoPath);
75
monitoredArtifact.ifPresent(artifact -> artifact.setLastModifiedDate(lastModifiedDate));
76
return monitoredArtifact;
0 commit comments