jfrog-client-go
jfrog-client-go copied to clipboard
All go clients for JFrog products
Hi Team, So far we want to develop go CLI based your SDK for managing Multi-push Replication. but the current version is lacking that feature. I appreciate it if you...
- [X] All [tests](https://github.com/jfrog/jfrog-client-go#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-client-go/actions/workflows/analysis.yml) passed. - [X] This pull...
### Describe the bug Machine: Macbook Pro M2 Command: `jfrog docker scan ` The above command fails with `Failed to index '/var/folders/v1/r1vbqc_n7tn23r4fj5f631sm0000gq/T/jfrog.cli.temp.-1706934886-3999256781/image.tar` After debugging the issue, I've discovered that the...
I'm trying to get the upload/download summary and I see an example in the readme. Which utils module is it coming from? There's a number in this project and I...
### Describe the bug `jf bs --project MyProject --format json` should return "xray_data_url" with projectKey as query param as shown below [ { "xray_data_url": "http://localhost:8046/xray/ui/scans-list/builds-scans/docker-local-build/scan-descendants/359014?version=359014\u0026package_id=build%3A%2F%2F%5Bbhanu-build-info%5D%2Fdocker-local-build\u0026build_repository=bhanu-build-info\u0026component_id=build%3A%2F%2F%5Bbhanu-build-info%5D%2Fdocker-local-build%3A359014\u0026page_type=security-vulnerabilities\u0026exposure_status=to_fix\u0026projectKey=bhanu" } ] ### Current behavior...
### Describe the bug the retry logic in httpclient.DoRequest always calls `SendPost`, regardless of the value of `closeBody`. I believe it needs a conditional to call `SendPostLeaveBodyOpen` when `closeBody ==...
### Describe the bug When using a dockerized version of jfrog, I can successfully upload a golang project to a Local repository, failing with the following error messages: * [Info]...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
### Describe the bug According to documentation: https://jfrog.com/help/r/jfrog-rest-apis/create-directory there should be a function that actually create folder but currently it is missing ### Current behavior Functionality is missing ### Reproduction...
### Describe the bug When retrieving th password set in a remote repository via the the jfrog-client-go, it's encrypted. it' s not possible to reuse them. For example, if I...