From d22ca5d993b328faf40f58f3d83e02c53bbd5b35 Mon Sep 17 00:00:00 2001 From: Aleksandar Mitrovic <61409859+AleksandarCole@users.noreply.github.com> Date: Mon, 28 Sep 2020 11:50:38 +0200 Subject: [PATCH 1/5] Adding license and fork-and-run branch --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d56dc4b..d30e6ab 100644 --- a/README.md +++ b/README.md @@ -75,3 +75,8 @@ The example pipeline contains 5 blocks: * Run Security Tests * Runs security checklist with Django default deployment checklist +## License + +Copyright (c) 2020 Rendered Text + +Distributed under the MIT License. See the file LICENSE. From 73d89e7ae2f288a66ee587cae2388453c7b4247b Mon Sep 17 00:00:00 2001 From: csidyel <46521788+csidyel@users.noreply.github.com> Date: Fri, 26 Jan 2024 10:47:25 +0100 Subject: [PATCH 2/5] update to ubuntu 2004 --- .semaphore/semaphore.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.semaphore/semaphore.yml b/.semaphore/semaphore.yml index 37c6bb4..bb21ded 100644 --- a/.semaphore/semaphore.yml +++ b/.semaphore/semaphore.yml @@ -14,7 +14,7 @@ name: Semaphore Python / Django Example Pipeline agent: machine: type: e1-standard-2 - os_image: ubuntu1804 + os_image: ubuntu2004 global_job_config: prologue: From ad7782986d575784a5275edd262f3d624a0bd39a Mon Sep 17 00:00:00 2001 From: Bornwell Date: Mon, 5 Aug 2024 14:59:36 +0200 Subject: [PATCH 3/5] Restrict urllib to versions before 2.0.2 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 750086e..483171e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,3 +8,4 @@ pylint-django==2.3.0 pylint-plugin-utils==0.6 selenium==3.141.0 python-dotenv==0.10.1 +urllib3>=1.26.15,<2 \ No newline at end of file From 7eae7837fd9cfde3eb147ce352f975655948a359 Mon Sep 17 00:00:00 2001 From: Bornwell Date: Tue, 6 Aug 2024 12:12:56 +0200 Subject: [PATCH 4/5] Trigger ci to fail without urllib version limits --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 483171e..750086e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,4 +8,3 @@ pylint-django==2.3.0 pylint-plugin-utils==0.6 selenium==3.141.0 python-dotenv==0.10.1 -urllib3>=1.26.15,<2 \ No newline at end of file From 2beb404699bf1a2a1566d006b355e249a4bc1f7c Mon Sep 17 00:00:00 2001 From: Bornwell Date: Tue, 6 Aug 2024 12:22:42 +0200 Subject: [PATCH 5/5] Upgrade selenium to the latest version --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 750086e..f542176 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,5 +6,5 @@ nose==1.3.7 pylint==2.6.0 pylint-django==2.3.0 pylint-plugin-utils==0.6 -selenium==3.141.0 +selenium==4.23.1 python-dotenv==0.10.1