Merge pull request #180 from ericcornelissen/patch-1
Fix "Using a custom configuration" link in the README
This commit is contained in:
commit
a2cdfc8031
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ Use the `config-file` parameter of the `init` action to enable the configuration
|
|||
config-file: ./.github/codeql/codeql-config.yml
|
||||
```
|
||||
|
||||
The configuration file must be located within the local repository. For information on how to write a configuration file, see "[Using a custom configuration](https://help.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#using-a-custom-configuration)."
|
||||
The configuration file must be located within the local repository. For information on how to write a configuration file, see "[Using a custom configuration file](https://help.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#using-a-custom-configuration-file)."
|
||||
|
||||
If you only want to customise the queries used, you can specify them in your workflow instead of creating a config file, using the `queries` property of the `init` action:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue