From 926922ece84e3820aa7e38fa0a60ffb943aa90f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Ma=CC=88der?= Date: Tue, 11 Mar 2025 15:59:07 +0100 Subject: [PATCH] update README.md to new year --- README.md | 8 ++++---- src/app.py | 2 +- src/operators.py | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d58acd8..da01f70 100644 --- a/README.md +++ b/README.md @@ -50,13 +50,13 @@ You must (in the pair) fork the Git Repo that contains an example Web-API applic ### Tasks -1. Fork this git repo here https://gitlab.forge.hefr.ch/devsecops/mse-dev-sec-ops-2425 +1. Fork this git repo here - Get some inspiration [here](https://concurp.pages.forge.hefr.ch/2022-2023/website/lab00/) how to fork a repo 2. Give **Maintainer** access to your colleague in your group 3. Give **Developer** access to the professor (@michael.maeder) 4. Clone your newly created repo to your local machine and `cd` into the directory 5. Set the `upstream` to the main repo to get any updates - * `git remote add upstream git@gitlab.forge.hefr.ch:devsecops/mse-dev-sec-ops-2425.git` + * `git remote add upstream git@gitlab.forge.hefr.ch:devsecops/mse/mse-devsecops-2425.git` 6. `git pull upstream main` will update your fork repo with the latest changes from the main repo # Lab environment setup @@ -86,14 +86,14 @@ The provided basic pipeline description `.gitlab-ci.yml` is **not optimized at a * run the unit tests (described in `src/tests`) * checks the test coverage -* create a test and coverage report in HTML format, which is then accessible through **your** gitlab pages (e.g. `https://devsecops.pages.forge.hefr.ch/mse-dev-sec-ops-2425/`) +* create a test and coverage report in HTML format, which is then accessible through **your** gitlab pages (e.g. ) ## The questions The questions for all the parts can be found in the [questions-partX.md files](./docs/) file in the docs directory. You can write your answers directly into these files if you wish. # Resources -* [TSM Cybersecurity Moodle](https://moodle.msengineering.ch/course/view.php?id=2376) +* [TSM Cybersecurity Moodle](https://moodle.msengineering.ch/course/view.php?id=2623) * [Lecture notes](https://heia-fr-maeder.github.io/mse_cybersec) * [Short Intro to CI/CD](https://www.youtube.com/watch?v=l5705U8s_nQ&t=358s) * [How to make your code shine with Gitlab CI pipelines](https://medium.com/semantixbr/how-to-make-your-code-shine-with-gitlab-ci-pipelines-48ade99192d1) diff --git a/src/app.py b/src/app.py index e939747..155c93e 100644 --- a/src/app.py +++ b/src/app.py @@ -20,7 +20,7 @@ import operators import json -__author__ = 'Michael Mader' +__author__ = 'Michael Mäder' __date__ = "2025-03-10" __version__ = "0.5" __email__ = "michael.maeder@hefr.ch" diff --git a/src/operators.py b/src/operators.py index 574e9fe..8aa5a40 100644 --- a/src/operators.py +++ b/src/operators.py @@ -15,7 +15,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -__author__ = 'Michael Mader' +__author__ = 'Michael Mäder' __date__ = "2025-03-11" __version__ = "0.3" __email__ = "michael.maeder@hefr.ch"