From 3c9a31f5a0c7d39b5a10bae1efe0d86df5d9f6cd Mon Sep 17 00:00:00 2001 From: Federico Builes Date: Fri, 21 Oct 2022 13:36:00 +0200 Subject: [PATCH] Updating CONTRIBUTING.md --- CONTRIBUTING.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 48064eb..67c17e3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -55,10 +55,12 @@ Like this: $ GITHUB_TOKEN=my-secret-token ./scripts/scan_pr https://github.com/actions/dependency-review-action/pull/3 ``` -[Configuration options](README.md#configuration-options) can be set via the [external config file](README.md#configuration-file) at [.github/dev-config](.github/dev-config.yml) and the script run the with a `--file` or `-f` flag +[Configuration options](README.md#configuration-options) can be set by +passing an external YAML [configuration file](README.md#configuration-file) to the +`scan_pr` script with the `-c`/`--config-file` option: ```sh -$ GITHUB_TOKEN= ./scripts/scan_pr --file +$ GITHUB_TOKEN= ./scripts/scan_pr --config-file my_custom_config.yml ``` ## Submitting a pull request