We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b69ebd commit 00c1cfbCopy full SHA for 00c1cfb
.github/workflows/mend.yml
@@ -44,7 +44,9 @@ jobs:
44
45
- name: Scan and upload
46
env:
47
+ WS_WSS_URL: "https://f5.whitesourcesoftware.com/agent"
48
+ WS_APIKEY: "${{ secrets.WS_APIKEY_NGINX }}"
49
PRODUCT_NAME: nginx-tiger-demo1_${{ inputs.branch && inputs.branch || github.ref_name }}
50
PROJECT_NAME: tiger-demo1
- run: java -jar wss-unified-agent.jar -noConfig true -wss.url https://f5.whitesourcesoftware.com/agent -apiKey ${{ secrets.WS_APIKEY_NGINX }} -product $PRODUCT_NAME -project $PROJECT_NAME -d .
51
+ run: java -jar wss-unified-agent.jar -noConfig true -wss.url $WS_WSS_URL -apiKey $WS_APIKEY -product $PRODUCT_NAME -project $PROJECT_NAME -d .
52
0 commit comments