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 fedbd99 commit 2105065Copy full SHA for 2105065
.github/workflows/mend.yml
@@ -54,6 +54,11 @@ jobs:
54
WS_APIKEY_NGINX: ${{ secrets.WS_APIKEY_NGINX }}
55
PRODUCT_NAME: ${{ inputs.product_name}}
56
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
62
63
run: |
64
if [ -z "$WS_APIKEY_NGINX" ]; then
0 commit comments