jfrog-cli-core
jfrog-cli-core copied to clipboard
- [x] All [tests](https://github.com/jfrog/jfrog-cli-core#tests) passed. If this feature is not already covered by the tests, I added new tests. - [x] All [static analysis checks](https://github.com/jfrog/jfrog-cli-core/actions/workflows/analysis.yml) passed. - [x] This pull...
This block does not check if the returned callbackFunc is `nil`. https://github.com/jfrog/jfrog-cli-core/blob/670986eb89356adb1613216bb4348d39f479f52c/artifactory/commands/dotnet/dotnetcommand.go#L120-L122
- [X] All [tests](https://github.com/jfrog/jfrog-cli-core#tests) passed. If this feature is not already covered by the tests, I added new tests. - [X] All [static analysis checks](https://github.com/jfrog/jfrog-cli-core/actions/workflows/analysis.yml) passed. - [X] This pull...
### Describe the bug # Summary Currently experience some issues with the "Extracting info" steps in the NPM publish use-case. At the step where "Extracting info from npm package" debug...
- [x] All [tests](https://github.com/jfrog/jfrog-cli-core#tests) passed. If this feature is not already covered by the tests, I added new tests. - [x] All [static analysis checks](https://github.com/jfrog/jfrog-cli-core/actions/workflows/analysis.yml) passed. - [x] This pull...
Hello Team, We are using jfrog audit scan using cli. It fails while running scan for a package which is a dependency of a dependency and is available in Artifactory....
I am not using scopes in my yarn project (just npmRegistryServer); hence, this line fails since `yarn config get npmScopes` is `undefined` https://github.com/jfrog/jfrog-cli-core/blob/a063de89c67c6bdcc5a7183eaee02dd375af5212/artifactory/commands/yarn/yarn.go#L323 Please skip if undefined and don't try...
### Describe the bug I am trying to use jf cli to install the python dependencies. When I run the ```jf poetry install```, it runs internally poetry update, which is...
**Is your feature request related to a problem? Please describe.** Currently a user can't use a virtual pypi repository as a resolver while specifying a different repo for publishing the...
Inclusion of maven-dep-tree has indirectly increased minimum Maven version requirement for jfrog-cli
### Describe the bug When using `jf audit` with the JFrog CLI, versions newer than `2.51.1` require a minumum Maven version of `3.6.3` due to the inclusion of `maven-dep-tree`. This...