Skip to content

Commit

Permalink
chore: Fix a typo in the quick-start-guide regarding the launch of th… (
Browse files Browse the repository at this point in the history
#517)

chore: Fix a typo in the quick-start-guide regarding the launch of the single scan

Signed-off-by: Taras Drozdovskyi <[email protected]>
  • Loading branch information
tdrozdovsky authored May 7, 2024
1 parent d915f4e commit ddcc220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/quick-start-guide-and-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ Alternatively, you can perform a one-time scan on a specific pull request using

4.2.3 By default, the above command requires a pre-configured MySQL database. To avoid setting up the database, use the "singlescan" profile:
```bash
java -jar -Dspring.profiles.active=singlescan -Dgithub.token=<my-token> lpvs-*.jar --github.pull-request=<PR URL>
java -jar -Dspring.profiles.active=singlescan -Dgithub.token=<my-token> lpvs-*.jar --github.pull.request=<PR URL>
```

These steps streamline the process, allowing you to run a scan on a single pull request without the need for a preconfigured database.
Expand Down

0 comments on commit ddcc220

Please sign in to comment.