File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1212jobs :
1313 call-starter-workflow :
1414 uses : keyfactor/actions/.github/workflows/starter.yml@v4
15+ with :
16+ command_token_url : ${{ vars.DOCTOOL_COMMAND_TOKEN_URL }}
17+ command_hostname : ${{ vars.DOCTOOL_COMMAND_HOSTNAME }}
18+ command_base_api_path : ${{ vars.DOCTOOL_COMMAND_BASE_API_PATH}}
1519 secrets :
1620 token : ${{ secrets.V2BUILDTOKEN}}
1721 gpg_key : ${{ secrets.KF_GPG_PRIVATE_KEY }}
1822 gpg_pass : ${{ secrets.KF_GPG_PASSPHRASE }}
19- scan_token : ${{ secrets.SAST_TOKEN }}
23+ scan_token : ${{ secrets.SAST_TOKEN }}
24+ entra_username : ${{ secrets.DOCTOOL_ENTRA_USERNAME }}
25+ entra_password : ${{ secrets.DOCTOOL_ENTRA_PASSWD }}
26+ command_client_id : ${{ secrets.DOCTOOL_COMMAND_CLIENT_ID }}
27+ command_client_secret : ${{ secrets.DOCTOOL_COMMAND_CLIENT_SECRET }}
Original file line number Diff line number Diff line change 88 "link_github" : true ,
99 "update_catalog" : true ,
1010 "release_dir" : " cyberark-conjur-pam/bin/Release/net8.0" ,
11+ "release_project" : " cyberark-conjur-pam/cyberark-conjur-pam.csproj" ,
1112 "about" : {
1213 "pam" : {
1314 "providerName" : " CyberArk Conjur PAM Provider" ,
You can’t perform that action at this time.
0 commit comments