Skip to content

Commit 1fe778d

Browse files
authored
refine customized analysis part
1 parent 4a43d41 commit 1fe778d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ In order to do so, check our [documentation](https://coderrect.com/documentation
7878
- name: coderrect scan
7979
uses: coderrect-inc/[email protected]
8080
with:
81-
options: "-conf=/path/to/coderrect.json"
81+
options: "-analyzeAllBinaries -conf=/path/to/coderrect.json"
8282
```
8383

84-
The path should be **a relative path from your build directory** (e.g., if your build directory is `./build/` and your config file is under the root path, then you should specify the option as `options: "-conf=../coderrect.json"`).
84+
The path should be **a relative path from your build directory** (e.g., if your build directory is `./build/` and your config file is under the root path, then you should specify the config file as `"-conf=../coderrect.json"`).
8585

8686
## Inputs
8787
- `buildCommand`

0 commit comments

Comments
 (0)