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 0c39c0b commit bcd0c95Copy full SHA for bcd0c95
.github/workflows/mend.yml
@@ -45,5 +45,5 @@ jobs:
45
- name: Scan and upload
46
env:
47
PRODUCT_NAME: nginx_tiger_demo_workflow${{ inputs.branch && inputs.branch || github.ref_name }}
48
- PROJECT_NAME: tiger_demo
+ PROJECT_NAME: tiger_demo_1
49
run: java -jar wss-unified-agent.jar -noConfig true -wss.url ${{ secrets.WSS_URL }} -apiKey ${{ secrets.WSS_NGINX_TOKEN }} -product $PRODUCT_NAME -project $PROJECT_NAME -d .
0 commit comments