Skip to content

Commit

Permalink
docs: remote config file
Browse files Browse the repository at this point in the history
  • Loading branch information
caitlinelfring committed Nov 5, 2021
1 parent c5a39fe commit bae3355
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ This file will be picked up automatically up your customizations without needing
See [example.yaml]({{config.repo_url}}blob/main/example.yaml) for an example of adding custom rules.
You can also supply your own rules with `-c path/to/rules.yaml` if you want to handle different rulesets.

### Remote config file

You can also use a remote config file by providing a publicly-accessible URL.

```bash
$ woke -c https://raw.githubusercontent.com/get-woke/woke/main/example.yaml
No findings found.
```

## Inputs

### File globs
Expand Down

0 comments on commit bae3355

Please sign in to comment.