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 ### 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 - 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 2. Give **Maintainer** access to your colleague in your group
3. Give **Developer** access to the professor (@michael.maeder) 3. Give **Developer** access to the professor (@michael.maeder)
4. Clone your newly created repo to your local machine and `cd` into the directory 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 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 6. `git pull upstream main` will update your fork repo with the latest changes from the main repo
# Lab environment setup # 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`) * run the unit tests (described in `src/tests`)
* checks the test coverage * 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
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. 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 # 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) * [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) * [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) * [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)

View File

@@ -20,7 +20,7 @@ import operators
import json import json
__author__ = 'Michael Mader' __author__ = 'Michael Mäder'
__date__ = "2025-03-10" __date__ = "2025-03-10"
__version__ = "0.5" __version__ = "0.5"
__email__ = "michael.maeder@hefr.ch" __email__ = "michael.maeder@hefr.ch"

View File

@@ -15,7 +15,7 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__author__ = 'Michael Mader' __author__ = 'Michael Mäder'
__date__ = "2025-03-11" __date__ = "2025-03-11"
__version__ = "0.3" __version__ = "0.3"
__email__ = "michael.maeder@hefr.ch" __email__ = "michael.maeder@hefr.ch"