update README.md to new year

This commit is contained in:
Michael Mäder
2025-03-11 15:59:07 +01:00
parent d7465c4c1e
commit 926922ece8
3 changed files with 6 additions and 6 deletions

View File

@@ -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 <https://gitlab.forge.hefr.ch/devsecops/mse/mse-devsecops-2425>
- 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. <https://mse-devsecops-2425-7a97d4.pages.forge.hefr.ch>)
## 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)