Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit 78cbc8c

Browse files
author
Sam Lanning
authored
Merge pull request #10 from github/snapshot-to-database
Update courses to use databasePath
2 parents dbe14a0 + c178ebf commit 78cbc8c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

courses/cpp/ctf-segv/image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.pkg.github.com/github/codeql-learninglab-actions/codeql-learninglab-check:v0.0.6
1+
FROM docker.pkg.github.com/github/codeql-learninglab-actions/codeql-learninglab-check:v0.0.7
22

33
## Add course config
44
COPY --chown=codeql:codeql config /home/codeql/config

courses/cpp/ctf-segv/image/config/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"snapshotPath": "bminor_glibc_3332218",
2+
"databasePath": "bminor_glibc_3332218",
33
"locationPaths": "https://github.com/bminor/glibc/blob/333221862ecbebde60dd16e7ca17d26444e62f50{path}#L{line-start}-L{line-end}",
44
"expectedResults": {
55
"01_function_definitions.ql": "0.0_function_definitions.csv",

courses/template/image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.pkg.github.com/github/codeql-learninglab-actions/codeql-learninglab-check:v0.0.6
1+
FROM docker.pkg.github.com/github/codeql-learninglab-actions/codeql-learninglab-check:v0.0.7
22

33
## Add course config
44
COPY --chown=codeql:codeql config /home/codeql/config

courses/template/image/config/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"snapshotPath": "bminor_glibc_3332218",
2+
"databasePath": "bminor_glibc_3332218",
33
"locationPaths": "https://github.com/<org>/<repo>/blob/<sha>{path}#L{line-start}-L{line-end}",
44
"expectedResults": {
55
"step-01.ql": "step-01.csv",

0 commit comments

Comments
 (0)