-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from OpenConext/develop
Prepare release 2.0.2
- Loading branch information
Showing
5 changed files
with
48 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
name: Scheduled Dependency Check Maven | ||
|
||
on: | ||
schedule: | ||
- cron: "0 10 * * 6" | ||
|
||
jobs: | ||
|
||
dependency-check-maven: | ||
|
||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v2 | ||
with: | ||
ref: develop | ||
- name: Set up JDK 11 | ||
uses: actions/setup-java@v2 | ||
with: | ||
java-version: '11' | ||
distribution: 'adopt' | ||
cache: maven | ||
- name: Execute OWASP dependency check | ||
run: mvn clean install -P security-updates -DskipTests=true -B |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# OC SSO Notification Service - Release Notes | ||
|
||
| Field | Value | | ||
|:------------------------- |:--------------------------- | | ||
| Application | OC SSO Notification Service | | ||
| Version | 2.0.2 | | ||
| Changes since version | 2.0.1 | | ||
| Release date | 01-04-2022 (dd-mm-yyyy) | | ||
| Delivery type | Full release | | ||
|
||
## Changes | ||
|
||
| # | Description | | ||
|:---------|:---------------------------------------------------------------------------------------------| | ||
| ENT-4226 | Update OC SSO notification service in relation to Spring4Shell issue and build release 2.0.2 | | ||
|
||
|
||
## Configuration changes |