File tree 1 file changed +3
-7
lines changed 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 14
14
required : true
15
15
default : main
16
16
workflow_call :
17
- secrets :
18
- WS_APIKEY_NGINX :
19
- required : true
20
- WS_USER_KEY :
21
- required : true
17
+
22
18
inputs :
23
19
product_name :
24
20
type : string
@@ -85,15 +81,15 @@ jobs:
85
81
- name : Scan and upload
86
82
env :
87
83
WS_URL : " https://f5.whitesourcesoftware.com/agent"
88
- WS_APIKEY_NGINX : ${{ secrets.WS_APIKEY_NGINX }}
84
+ WS_APIKEY_NGINX : ${{ secrets.WS_APIKEY_NGINX }}
85
+ WS_USER_KEY : ${{ secrets.WS_USER_KEY }}
89
86
PRODUCT_NAME : ${{ inputs.product_name}}
90
87
PROJECT_NAME : ${{ inputs.project_name}}
91
88
WS_CHECKPOLICIES : true
92
89
WS_FORCECHECKALLDEPENDENCIES : true
93
90
WS_GENERATESCANREPORT : true
94
91
WS_FORCEUPDATE : true
95
92
WS_FORCEUPDATE_FAILBUILDONPOLICYVIOLATION : true
96
- WS_USER_KEY : ${{ secrets.WS_USER_KEY }}
97
93
98
94
run : |
99
95
if [ -z "$WS_APIKEY_NGINX" ] || [ -z "$WS_USER_KEY" ]; then
You can’t perform that action at this time.
0 commit comments