Skip to content

Commit ba9779c

Browse files
temp: allow BlackDuck Polaris SAST scan on pull_request events for ruby-erlang testing
1 parent 2ac8dd6 commit ba9779c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1317,7 +1317,7 @@ jobs:
13171317

13181318
BlackDuck-Polaris-SAST:
13191319
name: 'BlackDuck Polaris SAST scan'
1320-
if: ${{ inputs.perform-blackduck-polaris && github.event_name == 'push' }}
1320+
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
13211321
uses: chef/common-github-actions/.github/workflows/polaris-sast.yml@main
13221322
needs: checkout
13231323
secrets: inherit

0 commit comments

Comments
 (0)