We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 047a6ad commit 14fb17dCopy full SHA for 14fb17d
1 file changed
core/src/main/java/io/snyk/plugins/artifactory/scanner/ScannerModule.java
@@ -126,7 +126,7 @@ private boolean isRemoteRepository(RepoPath repoPath) {
126
127
LOG.debug("Found repository type: {}", repoType);
128
129
- return repoType == "remote";
+ return repoType.equals("remote");
130
}
131
132
private boolean shouldTestContinuously() {
0 commit comments