We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d4febe commit 156ea57Copy full SHA for 156ea57
README.md
@@ -69,8 +69,8 @@ This command will run all the QL packs related to security and output the result
69
Building the container should be pretty straightforward.
70
71
```
72
-git clone ...
73
-cd src
+git clone https://github.com/microsoft/codeql-container
+cd codeql-container
74
docker build . -f Dockerfile -t codeql-container
75
76
0 commit comments