Skip to content

Commit 9fa5020

Browse files
committed
exclude blackduck from prepare-release
1 parent e4bd1d1 commit 9fa5020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prepare-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
-f commit=${{ needs.bump-version.outputs.release-commit }}
101101
-f build-release-artifacts=true
102102
-f sign-release-artifacts=true
103-
-f run-blackduck-scan=true
103+
-f run-blackduck-scan=false
104104
-f run-security-rating=true
105105
106106
- name: "Await CI Workflow"

0 commit comments

Comments
 (0)