Skip to content

Commit 8b8d40a

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

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
@@ -1176,6 +1176,14 @@ jobs:
11761176
# VER=$(cat VERSION)
11771177
# echo "VERSION=$VER" >> $GITHUB_ENV
11781178
# then ${{ env.VERSION }}
1179+
1180+
run-wiz-scan:
1181+
name: 'Wiz CLI security scan'
1182+
if: ${{ inputs.perform-wiz-scan == true }}
1183+
uses: chef/common-github-actions/.github/workflows/wiz.yml@main
1184+
with:
1185+
fail-build: ${{ inputs.wiz-fail-build }}
1186+
secrets: inherit
11791187

11801188
set-application-version:
11811189
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)