Skip to content

Commit c6e94c1

Browse files
author
Federico Builes
committed
External config files should use underscores, not dashes
1 parent 88d6af3 commit c6e94c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: docs/examples.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ The configuration file can be located in the same repository or in a separate re
5656
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.
5757

5858
```yaml
59-
fail-on-severity: 'critical'
60-
allow-licenses:
59+
fail_on_severity: 'critical'
60+
allow_licenses:
6161
- 'LGPL-2.0'
6262
- 'BSD-2-Clause'
6363
```

0 commit comments

Comments
 (0)