We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83ce367 commit 645ede7Copy full SHA for 645ede7
1 file changed
.github/workflows/ci-main-pull-request.yml
@@ -1159,6 +1159,14 @@ jobs:
1159
# VER=$(cat VERSION)
1160
# echo "VERSION=$VER" >> $GITHUB_ENV
1161
# 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
1170
1171
set-application-version:
1172
runs-on: ubuntu-latest
0 commit comments