File tree Expand file tree Collapse file tree
core/src/main/java/io/snyk/plugins/artifactory/scanner Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -158,8 +158,8 @@ private boolean shouldSkipLastModifiedForRepository(RepoPath repoPath) {
158158 List <String > allowlist = LastModifiedRepositoryPolicy .parseAllowlist (allowlistRaw );
159159 String repoKey = repoPath .getRepoKey ();
160160
161- log .debug ("allowlist for last-modified check: {} for repoPath {}" , allowlist , repoPath );
162- log .debug ("repoKey for last-modified check: {} for repoPath {}" , repoKey , repoPath );
161+ LOG .debug ("allowlist for last-modified check: {} for repoPath {}" , allowlist , repoPath );
162+ LOG .debug ("repoKey for last-modified check: {} for repoPath {}" , repoKey , repoPath );
163163
164164 if (!allowlist .isEmpty ()) {
165165 if (lastModifiedDateRemoteOnly () && LOGGED_REMOTE_ONLY_IGNORED_WITH_ALLOWLIST .compareAndSet (false , true )) {
You can’t perform that action at this time.
0 commit comments