Skip to content

Commit d943de9

Browse files
authored
Add WhiteSource config for Mend scans (#170)
* Add WhiteSource config for Mend scans * Update license for 23.0.0.12
1 parent a517ff3 commit d943de9

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
matrix:
1919
# test against latest update of each major Java version, as well as specific updates of LTS versions:
2020
os: [ubuntu-latest, windows-latest]
21-
WLP_VERSION: [23.0.0_11]
21+
WLP_VERSION: [23.0.0_12]
2222
java: [21, 17, 11, 8]
2323
include:
2424
# match up licenses to WLP versions
2525
# http://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/wasdev/downloads/wlp/index.yml
26-
- WLP_VERSION: 23.0.0_11
27-
WLP_LICENSE: L-PVGR-Z33XBN
26+
- WLP_VERSION: 23.0.0_12
27+
WLP_LICENSE: L-FBWC-95ADJK
2828

2929
runs-on: ${{ matrix.os }}
3030
name: WL ${{ matrix.WLP_VERSION }}, Java ${{ matrix.java }}, ${{ matrix.os }}

.whitesource

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"settingsInheritedFrom": "whitesource-config/whitesource-config@master",
3+
"scanSettings": {
4+
"configMode": "LOCAL"
5+
}
6+
}

whitesource.config

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Includes/Excludes Glob patterns - Please use only one exclude line and one include line #
2+
###########################################################################################
3+
#Exclude file extensions or specific directories by adding **/*.<extension> or **/<excluded_dir>/**
4+
excludes = **/src/test **/src/it
5+
archiveExcludes = **/*.war **/*.ear

0 commit comments

Comments
 (0)