Skip to content

Commit b8f9abe

Browse files
Update BlackDuck workflow to use Black Duck script
Comment out the Synopsys Detect Script download step and add Black Duck Detect Script download.
1 parent 72e219b commit b8f9abe

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/blackduck.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@ jobs:
3333
run: |
3434
mvn clean install -P unit-tests -DskipIntegrationTests
3535
36-
- name: Download Synopsys Detect Script
37-
run: curl --silent -O https://detect.synopsys.com/detect9.sh
36+
# - name: Download Synopsys Detect Script
37+
# run: curl --silent -O https://detect.synopsys.com/detect9.sh
38+
- name: Download Black Duck Detect Script
39+
run: curl --silent -O https://detect.blackduck.com/detect9.sh
3840

3941
- name: Run & analyze BlackDuck Scan
4042
run: |

0 commit comments

Comments
 (0)