Skip to content

Commit 645ede7

Browse files
committed
wiz cli CHEF-32378
Signed-off-by: Vipin Yadav <vipin.yadav@progress.com>
1 parent 83ce367 commit 645ede7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci-main-pull-request.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1159,6 +1159,14 @@ jobs:
11591159
# VER=$(cat VERSION)
11601160
# echo "VERSION=$VER" >> $GITHUB_ENV
11611161
# then ${{ env.VERSION }}
1162+
1163+
run-wiz-scan:
1164+
name: 'Wiz CLI security scan'
1165+
if: ${{ inputs.perform-wiz-scan == true }}
1166+
uses: chef/common-github-actions/.github/workflows/wiz.yml@main
1167+
with:
1168+
fail-build: ${{ inputs.wiz-fail-build }}
1169+
secrets: inherit
11621170

11631171
set-application-version:
11641172
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)