From 59ca2c57a872afc9127a79c7a06dd3d549014c38 Mon Sep 17 00:00:00 2001 From: Waizguy Date: Mon, 31 Jul 2023 19:03:03 -0400 Subject: [PATCH 1/4] Update pom.xml --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index e2a62e75..9bf0150d 100644 --- a/pom.xml +++ b/pom.xml @@ -77,7 +77,7 @@ commons-collections commons-collections - 3.1 + 3.2.2 @@ -369,4 +369,4 @@ - \ No newline at end of file + From a9af18a1fb4ea8622fe6dea284057060f0bfe923 Mon Sep 17 00:00:00 2001 From: Waizguy Date: Mon, 31 Jul 2023 19:10:42 -0400 Subject: [PATCH 2/4] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index dd81d80c..ade765e7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -47,4 +47,4 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} # Mandatory when blackduck_automation_prcomment is set to 'true' ### Uncomment below configuration if Synopsys Bridge diagnostic files needs to be uploaded # include_diagnostics: true - bridge.break: false + # bridge.break: false From 2ab56704bd53428d3ad671dddc6163e2074b105d Mon Sep 17 00:00:00 2001 From: Waizguy Date: Mon, 31 Jul 2023 19:14:39 -0400 Subject: [PATCH 3/4] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ade765e7..69932801 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -43,7 +43,7 @@ jobs: blackduck_apiToken: ${{ secrets.BLACKDUCK_API_TOKEN }} blackduck_scan_full: false ### Below configuration is used to enable automatic pull request comment based on Black Duck scan result - blackduck_automation_prcomment: false + blackduck_automation_prcomment: true github_token: ${{ secrets.GITHUB_TOKEN }} # Mandatory when blackduck_automation_prcomment is set to 'true' ### Uncomment below configuration if Synopsys Bridge diagnostic files needs to be uploaded # include_diagnostics: true From 4e45e98435253e666dfd7a32b4e8b3071dc8253e Mon Sep 17 00:00:00 2001 From: Waizguy Date: Mon, 31 Jul 2023 19:18:50 -0400 Subject: [PATCH 4/4] Update pom.xml --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9bf0150d..df775a45 100644 --- a/pom.xml +++ b/pom.xml @@ -77,7 +77,7 @@ commons-collections commons-collections - 3.2.2 + 3.1