Leo 43649543e2
All checks were successful
zip and release / build-and-release (push) Successful in 4s
rename dir
2026-04-21 11:23:53 +02:00
2026-04-21 11:19:01 +02:00
2026-04-21 11:23:53 +02:00
2026-04-21 11:11:44 +02:00
2026-04-21 11:21:45 +02:00

IT-Security Excercise Sheets

it-sec-repo/
├── .gitea/
│   └── workflows/
│       └── create-zip.yaml
├── .gitignore
├── sheet01/
│   ├── a1/
│   │   └── somefile.md
│   ├── a2/
│   │   ├── somefile.java
│   ... ...
├── sheet02/
│   ├── a1/
│   ...

Submissions

  • add the tag sheetXX-submission to the git commit where sheetXX is the directory containing the submission
git tag sheetXX-submission
  • push that submission commit to the main branch
  • the pipeline will create the zip file with the submission and release it
Description
No description provided
Readme 33 KiB