Gabriel Mocanu
Gabriel Mocanu
**Is your feature request related to a problem? Please describe.** It's not actually a problem with this version of GVM, but I would like to know if there are any...
Add source code and deployment files for all challenges on session-01
Add source code and deployment files for all challenges on session-02
- [x] Remove old files - [ ] Add documentation - [ ] Add challenges
Since Makefile is always 90% the same as the others my proposal is to use a general Makefile. It should be something like: ``` INTERNAL_PORT := 80 CONT_NAME := ${IMG_NAME}...
Since `cs-pub-ro/operating-systems` repository will be improved during the semester, we need a way to sync this repository with `cs-pub-ro/operating-systems`. We need to create a GH Action that periodically(once a week)...
Right now we use `superlinter` to lint our code. Since `superlinter` needs a `config.json` file we need to keep this file updated across all our repositories. This can become complicated...