Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
omerzi committed Nov 14, 2023
1 parent bb193b3 commit 9a5913d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
1 change: 0 additions & 1 deletion artifactory/utils/projectconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ func SetResolutionRepoIfExists(params xrayutils.AuditParams, tech coreutils.Tech
err = fmt.Errorf("failed while reading %s.yaml config file: %s", tech.String(), err.Error())
return
}
params.SetServerDetails(repoConfig.serverDetails)
params.SetDepsRepo(repoConfig.targetRepo)
return
}
12 changes: 12 additions & 0 deletions xray/commands/testdata/npm-project/.jfrog/jfrog-cli.conf.v6
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"servers": [
{
"url": "http://127.0.0.1:55120/",
"artifactoryUrl": "http://127.0.0.1:55120/",
"user": "admin",
"password": "password",
"serverId": "test"
}
],
"version": "6"
}

0 comments on commit 9a5913d

Please sign in to comment.