jfrog/Setup JFrog CLI
Install and configure JFrog CLI.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | JFrog CLI Version | no | 2.91.0 |
| download-repository | Remote repository in Artifactory pointing to 'https://releases.jfrog.io/artifactory/jfrog-cli'. Use this parameter in case you don't have an Internet access. | no | — |
| oidc-provider-name | Provider Name's value that was set in OpenId Connect integration in the JFrog platform. | no | — |
| oidc-audience | By default, this is the URL of the GitHub repository owner, such as the organization that owns the repository. | no | — |
| disable-job-summary | Set to true to disable the generation of Job Summaries. | no | false |
| disable-auto-build-publish | By default, if the workflow completes with collected build-info that has not been published using the jf rt build-publish command, the build-info will be automatically published to Artifactory. Set this to true to disable the automatic publication of build-info at the end of the workflow. | no | false |
| disable-auto-evidence-collection | Set to true to disable the automatic collection of evidence at the end of the workflow. | no | false |
| custom-server-id | Custom JFrog CLI configuration server ID to use instead of the default one generated by the action. | no | — |
| ghe-base-url | Base URL GitHub Enterprise Server REST API. | no | — |
| ghe_base_url | Alias for ghe-base-url | no | — |
| enable-package-alias | If true, after setting up JFrog CLI the action runs 'jf package-alias install' and appends the alias directory to GITHUB_PATH so that mvn, npm, go, etc. are transparently intercepted in subsequent steps. | no | false |
| package-alias-tools | Comma-separated package manager tools to pass to 'jf package-alias install --packages'. | no | — |
Outputs
| name | description |
|---|---|
| oidc-token | JFrog OIDC token generated by the Setup JFrog CLI when setting oidc-provider-name. |
| oidc-user | JFrog OIDC username from the OIDC token generated by the Setup JFrog CLI when setting oidc-provider-name. |