Skip to content

Commit

Permalink
fix: Add option to scan all files (#332)
Browse files Browse the repository at this point in the history
feat: add option to scan all files

Signed-off-by: Mykola Rudyk <m.rudyk@samsung.com>
  • Loading branch information
m-rudyk committed Dec 1, 2023
1 parent 8bd8b91 commit 58644dc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ public void runScan(LPVSQueue webhookConfig, String path) throws Exception {
"scan",
debug ? "-t" : "-q",
"--no-wfp-output",
"--all-extensions",
"-o",
getScanResultsJsonFilePath(webhookConfig),
path);
Expand Down

0 comments on commit 58644dc

Please sign in to comment.