Skip to content

Commit 916f41e

Browse files
committed
Changes related to compliance scan for Mend
1 parent 101b15c commit 916f41e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/mend.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
steps:
3434
- name: Checkout Repository
3535
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
36-
#with:
37-
# ref: ${{ inputs.branch && inputs.branch || github.ref }}
36+
with:
37+
ref: ${{ inputs.branch && inputs.branch || github.ref }}
3838

3939
- name: Download agent
4040
run: curl -fsSLJO https://github.com/whitesource/unified-agent-distribution/releases/latest/download/wss-unified-agent.jar
@@ -44,7 +44,6 @@ jobs:
4444

4545
- name: Scan and upload
4646
env:
47-
PRODUCT_NAME: nginx_tiger_demo_workflow${{ inputs.branch && inputs.branch || github.ref_name }}
47+
PRODUCT_NAME: nginx-tiger-demo-1_${{ inputs.branch && inputs.branch || github.ref_name }}
4848
PROJECT_NAME: tiger_demo_1
4949
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 .
50-

0 commit comments

Comments
 (0)