Bazel: use installer shortcut in docs and workflows

This commit is contained in:
Paolo Tranquilli
2024-11-19 10:32:21 +01:00
parent 6e33f979c7
commit 40b8406d62
4 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ If you don't have the `semmle-code` repo you may need to install Bazel manually,
This approach uses a released `codeql` version and is simpler to use for QL development. From your `semmle-code` directory run:
```bash
bazel run @codeql//rust:rust-installer
bazel run @codeql//rust:installer
```
You now need to create a [per-user CodeQL configuration file](https://docs.github.com/en/code-security/codeql-cli/using-the-advanced-functionality-of-the-codeql-cli/specifying-command-options-in-a-codeql-configuration-file#using-a-codeql-configuration-file) and specify the option:
```