Skip to content

Commit 0126d71

Browse files
vipin230sandhi18
authored andcommitted
wiz cli CHEF-32378
Signed-off-by: Vipin Yadav <vipin.yadav@progress.com>
1 parent f508526 commit 0126d71

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1173,6 +1173,14 @@ jobs:
11731173
# VER=$(cat VERSION)
11741174
# echo "VERSION=$VER" >> $GITHUB_ENV
11751175
# then ${{ env.VERSION }}
1176+
1177+
run-wiz-scan:
1178+
name: 'Wiz CLI security scan'
1179+
if: ${{ inputs.perform-wiz-scan == true }}
1180+
uses: chef/common-github-actions/.github/workflows/wiz.yml@main
1181+
with:
1182+
fail-build: ${{ inputs.wiz-fail-build }}
1183+
secrets: inherit
11761184

11771185
set-application-version:
11781186
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)