Skip to content

Commit 2105065

Browse files
committed
Changes related to compliance scan for Mend
1 parent fedbd99 commit 2105065

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/mend.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ jobs:
5454
WS_APIKEY_NGINX: ${{ secrets.WS_APIKEY_NGINX }}
5555
PRODUCT_NAME: ${{ inputs.product_name}}
5656
PROJECT_NAME: ${{ inputs.project_name}}
57+
WS_CHECKPOLICIES: true
58+
WS_FORCECHECKALLDEPENDENCIES: true
59+
WS_GENERATESCANREPORT: true
60+
WS_FORCEUPDATE: true
61+
WS_FORCEUPDATE_FAILBUILDONPOLICYVIOLATION: true
5762

5863
run: |
5964
if [ -z "$WS_APIKEY_NGINX" ]; then

0 commit comments

Comments
 (0)