Leo 58553b688a
All checks were successful
zip and release / build-and-release (push) Successful in 3s
feat: a3
2026-05-22 11:52:02 +02:00
2026-04-21 11:19:01 +02:00
2026-04-23 13:13:19 +02:00
2026-05-01 01:32:01 +02:00
2026-05-06 11:11:27 +00:00
2026-05-15 10:15:55 +02:00
2026-05-22 11:52:02 +02:00
2026-05-22 11:46:10 +02:00
2026-04-22 13:36:32 +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 (Only on git.leohabrom.com)

  • add the tag sheetXX-submission to the git commit where sheetXX is the directory containing the submission
git tag sheetXX-submission
git push origin sheetXX-submission
  • push that submission commit to the main branch
  • the pipeline will create the zip file with the submission and release it

Removing tags

  • delete the tag from the remote through the UI or git push --delete origin tagName
  • delete the tag locally git tag -d tagName
  • delete the release in the gitea UI
Description
The Exercise submissions of Group K in the Ulm University module Security in IT-Systems
Readme 80 KiB
2026-05-22 10:01:02 +00:00
Languages
Java 90.2%
Shell 9.8%