From 2eeac64976840a33317bca961950b32bac893a42 Mon Sep 17 00:00:00 2001 From: Rob Moffat Date: Tue, 23 Jul 2024 10:48:48 +0100 Subject: [PATCH] Added instructions for single report --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 230ee3cac..bad8edc27 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,15 @@ To create a [pull request to Project Analysis](https://github.com/finos-labs/pro SPRING_PROFILES_ACTIVE=pr ``` +#### Running A Single Report + +By default, both the `scan` and `readme` reports are run. If you only want to run one, invoke in this manner: + +```sh +mvn spring-boot:run -Drun.arguments=scan # or readme +``` + + #### Generating a Personal Access Token To generate a personal access token, follow the instructions [here](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token).