Skip to content

Commit 805747b

Browse files
authored
Fixed the broken Blackduck scan (#48)
Signed-off-by: Ashique P S <asaidala@progress.com>
1 parent d3b15aa commit 805747b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1576,7 +1576,7 @@ jobs:
15761576
github-branch-name: ${{ inputs.github-branch-name }}
15771577
version: ${{ inputs.version }}
15781578
export-github-sbom: ${{ inputs.export-github-sbom }}
1579-
perform-blackduck-sca-scan: ${{ inputs.perform-blackduck-sca-scan && github.event_name == 'push' }}}
1579+
perform-blackduck-sca-scan: ${{ inputs.perform-blackduck-sca-scan && github.event_name == 'push' }}
15801580
# generate-blackduck-sbom: ${{ inputs.generate-blackduck-sbom }} # obsolete, remove TODO
15811581
blackduck-project-group-name: ${{ inputs.blackduck-project-group-name }}
15821582
blackduck-project-name: ${{ inputs.blackduck-project-name }}

0 commit comments

Comments
 (0)