Yahav Itschak

Results 174 comments of Yahav Itschak

@vesubramanian, Thanks for using Setup JFrog CLI GitHub Action. To use self-signed certificate, you can do the following: 1. Export server containing a path in your agent's workspace 2. Save...

Thanks for your feedback, @NickLiffen! Configuring the "JF_ARTIFACTORY_" server token is the easiest and most recommended way to config the Artifactory credentials. However, it is not mandatory. You still have...

@NickLiffen, if I not misunderstood you, you can easily create the server token In the action that updates Artifactory's token. Something like that: ```yml - uses: jfrog/setup-jfrog-cli@v1 - run: |...

@LeiYangGH Thanks for this contribution. Can you please sign our CLA by adding the following comment in this conversation: `I have read the CLA Document and I hereby sign the...

@brijeshsch, Thanks for reporting this issue! We take seriously security issues. It sounds like the issue appears in the [Typescript/Javascript code of the GitHub Action](https://github.com/jfrog/frogbot/tree/master/action/src). However, In the GitHub action...

@deporcali @fritaly @danhyun, 2.8.6 is released - Feel free to upgrade. We'd appreciate you feedback for that.

@sec-bot, Yes, it is possible. Could you please be more specific about the CI and Git provider you'd like to have this support? Thanks.

@Jetski5822, thanks for reaching out. We have in our backlog a task to add Jenkins with GitHub examples. We will keep you posted. If you do manage to make GitHub...

@Jetski5822, I believe that the Jenkins example will be similar to the Jenkins with Bitbucket example: https://github.com/jfrog/frogbot/tree/v2.2.1#using-jenkins, except `JF_GIT_PROVIDER= "github"`. Please feel free to share your feedback here.