From d943de9153088c5c39cdf2ea5b950466c2975a09 Mon Sep 17 00:00:00 2001 From: Matt Bowersox Date: Wed, 28 Feb 2024 10:41:39 -0600 Subject: [PATCH] Add WhiteSource config for Mend scans (#170) * Add WhiteSource config for Mend scans * Update license for 23.0.0.12 --- .github/workflows/build.yml | 6 +++--- .whitesource | 6 ++++++ whitesource.config | 5 +++++ 3 files changed, 14 insertions(+), 3 deletions(-) create mode 100644 .whitesource create mode 100644 whitesource.config diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 553825f..c6edf52 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,13 +18,13 @@ jobs: matrix: # test against latest update of each major Java version, as well as specific updates of LTS versions: os: [ubuntu-latest, windows-latest] - WLP_VERSION: [23.0.0_11] + WLP_VERSION: [23.0.0_12] java: [21, 17, 11, 8] include: # match up licenses to WLP versions # http://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/wasdev/downloads/wlp/index.yml - - WLP_VERSION: 23.0.0_11 - WLP_LICENSE: L-PVGR-Z33XBN + - WLP_VERSION: 23.0.0_12 + WLP_LICENSE: L-FBWC-95ADJK runs-on: ${{ matrix.os }} name: WL ${{ matrix.WLP_VERSION }}, Java ${{ matrix.java }}, ${{ matrix.os }} diff --git a/.whitesource b/.whitesource new file mode 100644 index 0000000..882cda5 --- /dev/null +++ b/.whitesource @@ -0,0 +1,6 @@ +{ + "settingsInheritedFrom": "whitesource-config/whitesource-config@master", + "scanSettings": { + "configMode": "LOCAL" + } +} \ No newline at end of file diff --git a/whitesource.config b/whitesource.config new file mode 100644 index 0000000..1837c58 --- /dev/null +++ b/whitesource.config @@ -0,0 +1,5 @@ +# Includes/Excludes Glob patterns - Please use only one exclude line and one include line # +########################################################################################### +#Exclude file extensions or specific directories by adding **/*. or **//** +excludes = **/src/test **/src/it +archiveExcludes = **/*.war **/*.ear \ No newline at end of file