Skip to content

Commit cbcb144

Browse files
temp: allow BlackDuck SCA scan on pull_request events for ruby-erlang testing
1 parent daa9126 commit cbcb144

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
@@ -1593,7 +1593,7 @@ jobs:
15931593
github-branch-name: ${{ inputs.github-branch-name }}
15941594
version: ${{ inputs.version }}
15951595
export-github-sbom: ${{ inputs.export-github-sbom }}
1596-
perform-blackduck-sca-scan: ${{ inputs.perform-blackduck-sca-scan && github.event_name == 'push' }}
1596+
perform-blackduck-sca-scan: ${{ inputs.perform-blackduck-sca-scan && (github.event_name == 'push' || github.event_name == 'pull_request') }} # TODO: revert to 'push' only after ruby-erlang testing is complete
15971597
# generate-blackduck-sbom: ${{ inputs.generate-blackduck-sbom }} # obsolete, remove TODO
15981598
blackduck-project-group-name: ${{ inputs.blackduck-project-group-name }}
15991599
blackduck-project-name: ${{ inputs.blackduck-project-name }}

0 commit comments

Comments
 (0)