Copy this entire directory, and replace the following:
- Replace
<owner>,<repo>and<pkg>in theimageproperty inaction.ymlto reference the correct repository where the docker image will be published, and with a package name of your choice. (For courses in this repository, we use the convention of taking the course path, and replacing slashes with dashes, e.g.courses/cpp/ctf-segvbecomescourses-cpp-ctf-segv) - Replace the zip file URL in
image/Dockerfileto point to the CodeQL database that will be used in your course.
After this,
update answers/ and image/config/
to add your model answers and expected query results as appropriate.