From ddcc2204169fe9067772356c2ddbeb9605947f5e Mon Sep 17 00:00:00 2001 From: Taras Drozdovskyi Date: Tue, 7 May 2024 18:08:02 +0300 Subject: [PATCH] =?UTF-8?q?chore:=20Fix=20a=20typo=20in=20the=20quick-star?= =?UTF-8?q?t-guide=20regarding=20the=20launch=20of=20th=E2=80=A6=20(#517)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit chore: Fix a typo in the quick-start-guide regarding the launch of the single scan Signed-off-by: Taras Drozdovskyi --- doc/quick-start-guide-and-build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/quick-start-guide-and-build.md b/doc/quick-start-guide-and-build.md index f3f55549..2d5cb495 100644 --- a/doc/quick-start-guide-and-build.md +++ b/doc/quick-start-guide-and-build.md @@ -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= lpvs-*.jar --github.pull-request= + java -jar -Dspring.profiles.active=singlescan -Dgithub.token= lpvs-*.jar --github.pull.request= ``` These steps streamline the process, allowing you to run a scan on a single pull request without the need for a preconfigured database.