We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ac8dd6 commit ba9779cCopy full SHA for ba9779c
1 file changed
.github/workflows/ci-main-pull-request.yml
@@ -1317,7 +1317,7 @@ jobs:
1317
1318
BlackDuck-Polaris-SAST:
1319
name: 'BlackDuck Polaris SAST scan'
1320
- if: ${{ inputs.perform-blackduck-polaris && github.event_name == 'push' }}
+ if: ${{ inputs.perform-blackduck-polaris && (github.event_name == 'push' || github.event_name == 'pull_request') }} # TODO: revert to 'push' only after ruby-erlang testing is complete
1321
uses: chef/common-github-actions/.github/workflows/polaris-sast.yml@main
1322
needs: checkout
1323
secrets: inherit
0 commit comments