SonarSource / jfrog-setup-wrapper

Ease the usage of jfrog/jfrog-setup within Sonar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jfrog-setup-wrapper

ease the usage of jfrog/jfrog-setup within Sonar.

usage

this wrapper will select https://repox.jfrog.io automatically.

providing a token

- name: Setup JFrog
  uses: SonarSource/jfrog-setup-wrapper@ref...
  with:
    jfrogAccessToken: secret...

authenticate via vault

Use the suffix configured as part of the artifactory vault role.

- name: Setup JFrog
  uses: SonarSource/jfrog-setup-wrapper@ref...
  with:
    artifactoryRoleSuffix: private-reader

advanced

see action inputs

About

Ease the usage of jfrog/jfrog-setup within Sonar

License:GNU Lesser General Public License v3.0