Skip to content

Commit

Permalink
Add WhiteSource config for Mend scans (#170)
Browse files Browse the repository at this point in the history
* Add WhiteSource config for Mend scans

* Update license for 23.0.0.12
  • Loading branch information
mattbsox committed Feb 28, 2024
1 parent a517ff3 commit d943de9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
6 changes: 6 additions & 0 deletions .whitesource
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"settingsInheritedFrom": "whitesource-config/whitesource-config@master",
"scanSettings": {
"configMode": "LOCAL"
}
}
5 changes: 5 additions & 0 deletions whitesource.config
Original file line number Diff line number Diff line change
@@ -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 **/*.<extension> or **/<excluded_dir>/**
excludes = **/src/test **/src/it
archiveExcludes = **/*.war **/*.ear

0 comments on commit d943de9

Please sign in to comment.