Skip to content

Commit

Permalink
Merge pull request #61 from finos-labs/instructions
Browse files Browse the repository at this point in the history
Added instructions for single report
  • Loading branch information
maoo authored Jul 23, 2024
2 parents 2a595d8 + 2eeac64 commit 38e7311
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 38e7311

Please sign in to comment.