We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c82b960 commit 047a6adCopy full SHA for 047a6ad
1 file changed
core/src/main/java/io/snyk/plugins/artifactory/scanner/ScannerModule.java
@@ -122,7 +122,7 @@ private Instant getLastModifiedDate(RepoPath repoPath) {
122
private boolean isRemoteRepository(RepoPath repoPath) {
123
String repoKey = repoPath.getRepoKey();
124
RepositoryConfiguration repoConfig = repositories.getRepositoryConfiguration(repoKey);
125
- repoType = repoConfig.getType();
+ String repoType = repoConfig.getType();
126
127
LOG.debug("Found repository type: {}", repoType);
128
0 commit comments