Skip to content

Commit b6d71a8

Browse files
committed
docs(README): Fix analyzer enabled managers option
Deprecated "--(not-)package-managers" analyzer options was removed in [1]. [1]: oss-review-toolkit/ort@cb2f5e6 Signed-off-by: Thomas Steenbergen <[email protected]>
1 parent 15297c3 commit b6d71a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
uses: oss-review-toolkit/ort-ci-github-action@v1
6666
with:
6767
allow-dynamic-versions: 'true'
68-
ort-cli-analyze-args: '--package-managers NPM,Yarn,Yarn2'
68+
ort-cli-analyze-args: '-P ort.analyzer.enabledPackageManagers=NPM,Yarn,Yarn2'
6969
```
7070
7171
#### Run ORT with labels

0 commit comments

Comments
 (0)