Skip to content

Commit

Permalink
External config files should use underscores, not dashes
Browse files Browse the repository at this point in the history
  • Loading branch information
febuiles committed May 31, 2023
1 parent 88d6af3 commit c6e94c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ The configuration file can be located in the same repository or in a separate re
In this example, the configuration file is located in the same repository under `.github/dependency-review-config.yml`. The following configuration will fail the action if any vulnerabilities are found with a severity of critical; and if any packages are found with an incompatible license - in this case, the LGPL-2.0 and BSD-2-Clause licenses.

```yaml
fail-on-severity: 'critical'
allow-licenses:
fail_on_severity: 'critical'
allow_licenses:
- 'LGPL-2.0'
- 'BSD-2-Clause'
```
Expand Down

0 comments on commit c6e94c1

Please sign in to comment.