Skip to content

Commit 4ba60b3

Browse files
committed
Changes related to compliance scan for Mend
1 parent 916f41e commit 4ba60b3

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/mend.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@ on:
44
push:
55
branches:
66
- main
7-
#paths-ignore:
8-
# - site/**
9-
# - examples/**
7+
paths-ignore:
8+
- site/**
9+
- examples/**
1010
workflow_dispatch:
1111
inputs:
1212
branch:
1313
type: string
1414
required: false
1515
default: main
1616
workflow_call:
17-
#inputs:
18-
# branch:
19-
# type: string
20-
# required: true
17+
inputs:
18+
branch:
19+
type: string
20+
required: true
2121

2222
concurrency:
2323
group: ${{ github.ref_name }}-mend
@@ -45,5 +45,5 @@ jobs:
4545
- name: Scan and upload
4646
env:
4747
PRODUCT_NAME: nginx-tiger-demo-1_${{ inputs.branch && inputs.branch || github.ref_name }}
48-
PROJECT_NAME: tiger_demo_1
49-
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 .
48+
PROJECT_NAME: tiger-demo-1
49+
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 .

0 commit comments

Comments
 (0)