From 3c525bfa687617a91f51a3a72936a62e9652f948 Mon Sep 17 00:00:00 2001 From: David <71780768+TreetopTechie@users.noreply.github.com> Date: Mon, 12 Feb 2024 16:41:34 +0000 Subject: [PATCH 1/7] Updated pom.xml to correct version --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 24246b18a7..ea8f1efe93 100755 --- a/pom.xml +++ b/pom.xml @@ -788,8 +788,8 @@ org.hsqldb hsqldb - 2.7.1 - + + 2.5.2 From e9eb083ce109bef40edc55e50886477ffb378ed2 Mon Sep 17 00:00:00 2001 From: David <71780768+TreetopTechie@users.noreply.github.com> Date: Mon, 12 Feb 2024 16:58:07 +0000 Subject: [PATCH 2/7] Add verbose logging --- .github/workflows/maven.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/maven.yaml b/.github/workflows/maven.yaml index b1ebef2472..f382bc6d29 100644 --- a/.github/workflows/maven.yaml +++ b/.github/workflows/maven.yaml @@ -48,6 +48,7 @@ jobs: namespace: 'david-learn' scan_summary_output_type: 'table' pr: true + log_verbose: true scan_secrets: true scan_dependencies: true enable_github_action_token: true @@ -69,4 +70,4 @@ jobs: # - name: Upload findings to github # uses: github/codeql-action/upload-sarif # with: - # sarif_file: 'findings.sarif' \ No newline at end of file + # sarif_file: 'findings.sarif' From 2b949d394179a3aa9da4b66e97f2abd7db3781e7 Mon Sep 17 00:00:00 2001 From: David <71780768+TreetopTechie@users.noreply.github.com> Date: Mon, 12 Feb 2024 17:46:06 +0000 Subject: [PATCH 3/7] Elevate logging --- .github/workflows/maven.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/maven.yaml b/.github/workflows/maven.yaml index f382bc6d29..1c4d1cd396 100644 --- a/.github/workflows/maven.yaml +++ b/.github/workflows/maven.yaml @@ -49,6 +49,7 @@ jobs: scan_summary_output_type: 'table' pr: true log_verbose: true + log_level: debug scan_secrets: true scan_dependencies: true enable_github_action_token: true From b569076ccd309efab361b02fedcac63499344732 Mon Sep 17 00:00:00 2001 From: David <71780768+TreetopTechie@users.noreply.github.com> Date: Mon, 12 Feb 2024 18:15:56 +0000 Subject: [PATCH 4/7] Env var was missconfigured --- .github/workflows/maven.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yaml b/.github/workflows/maven.yaml index 1c4d1cd396..90ec197f9d 100644 --- a/.github/workflows/maven.yaml +++ b/.github/workflows/maven.yaml @@ -53,7 +53,7 @@ jobs: scan_secrets: true scan_dependencies: true enable_github_action_token: true - enable_pr_comments: ${{ env.ENDORCTL_PR }} + enable_pr_comments: true github_token: ${{ secrets.GITHUB_TOKEN }} - name: Endor Labs Release Scan From 8515a7c7241997c806516f5db7a3ca49c7f61057 Mon Sep 17 00:00:00 2001 From: David <71780768+TreetopTechie@users.noreply.github.com> Date: Mon, 12 Feb 2024 18:33:08 +0000 Subject: [PATCH 5/7] Removing elevated logging --- .github/workflows/maven.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/maven.yaml b/.github/workflows/maven.yaml index 90ec197f9d..d8e9966827 100644 --- a/.github/workflows/maven.yaml +++ b/.github/workflows/maven.yaml @@ -48,8 +48,6 @@ jobs: namespace: 'david-learn' scan_summary_output_type: 'table' pr: true - log_verbose: true - log_level: debug scan_secrets: true scan_dependencies: true enable_github_action_token: true From 4a085a6124b744aa2ef2617f0ce20175c59f86c4 Mon Sep 17 00:00:00 2001 From: David Date: Tue, 4 Nov 2025 08:25:14 +0000 Subject: [PATCH 6/7] Remove commented runenv instruction from pom.xml Removed commented instruction for remote environment usage. --- pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/pom.xml b/pom.xml index ea8f1efe93..8e85f64e24 100755 --- a/pom.xml +++ b/pom.xml @@ -1210,7 +1210,6 @@ 1.8 UTF-8 ${basedir}/src/config/web.xml - local -Xms1G From 0361f960c21dee8a7ef97239bfe6455707e65ee3 Mon Sep 17 00:00:00 2001 From: David Date: Tue, 4 Nov 2025 09:47:40 +0000 Subject: [PATCH 7/7] Remove comment about apacheds-core upgrade issues Removed comment regarding API breaking change for apacheds-core dependency. --- pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8e85f64e24..5dc1beca7f 100755 --- a/pom.xml +++ b/pom.xml @@ -651,7 +651,6 @@ org.apache.directory.server apacheds-core - ${version.apacheds}