-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Upgrade Jenkins to 2.245.2 * chore: ignore pebble trivy warning * debug * test: wait jenkins ready before test * test: wait jenkins ready before test * test: use fixtures * test: revert wait_jenkins_ready fixture * test: fix lint * test: debug * test: fix timeout errors & groovy pipeline plugin string match * test: fix lint * test: debug * test: increase timeout * test: wait and block till active * test: fix cloud descriptor name * test: revert debug * chore: remove patched CVEs in trivyignore * chore: remove vscode artefact * chore: add pebble CVEs to trivyignore * chore: update CVEs * chore: add concurrency to tests --------- Co-authored-by: Yanks Yoon <[email protected]>
- Loading branch information
1 parent
a1c030c
commit d791eea
Showing
7 changed files
with
61 additions
and
35 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
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 |
---|---|---|
@@ -1,11 +1,7 @@ | ||
# Fixed in 5.3.33 | ||
CVE-2024-22259 | ||
# Fixed in 5.7.12 | ||
CVE-2024-22257 | ||
CVE-2024-22262 | ||
# Jenkins Plugin Manager CVEs | ||
CVE-2016-1000027 | ||
CVE-2023-5072 | ||
CVE-2024-23898 | ||
# Other | ||
# Pebble CVEs | ||
CVE-2024-24790 | ||
CVE-2023-45288 | ||
# Jenkins plugin manager CVEs | ||
CVE-2023-5072 | ||
# Jenkins CVEs | ||
CVE-2016-1000027 |
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 |
---|---|---|
|
@@ -2,3 +2,4 @@ Jinja2>=3,<4 | |
lightkube==0.15.1 | ||
pytest-playwright==0.4.4 | ||
python-keycloak>=3,<4 | ||
tenacity==8.4.2 |
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