-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
CVE-2023-26136 CVE-2020-15366 update vulnerable libraries (#770)
- Loading branch information
1 parent
2a87a79
commit 9a81045
Showing
5 changed files
with
1,131 additions
and
871 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 |
---|---|---|
|
@@ -93,7 +93,12 @@ jobs: | |
uses: actions/upload-artifact@v4 | ||
with: | ||
name: OpenAM Dockerfile | ||
path: openam-distribution/openam-distribution-docker/Dockerfile* | ||
path: openam-distribution/openam-distribution-docker/Dockerfile* | ||
- name: Configure Git User | ||
run: | | ||
git config --global user.name "Open Identity Platform Community" | ||
git config --global user.email "[email protected]" | ||
cd .. | ||
- uses: actions/checkout@v4 | ||
continue-on-error: true | ||
with: | ||
|
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
Oops, something went wrong.