We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76c24b0 commit ec945caCopy full SHA for ec945ca
templates/ort-scan.yml
@@ -197,12 +197,13 @@
197
password: "${POSTGRES_PASSWORD}"
198
sslmode: "disable"
199
parallelTransactions: 5
200
- options:
+ config:
201
ScanCode:
202
- commandLine: "--copyright --license --info --strip-root --timeout 300"
203
- parseLicenseExpressions: "true"
204
- minVersion: "31.0.0"
205
- maxVersion: "33.0.0"
+ options:
+ commandLine: "--copyright --license --info --strip-root --timeout 300"
+ parseLicenseExpressions: "true"
+ minVersion: "31.0.0"
206
+ maxVersion: "33.0.0"
207
storages:
208
postgres:
209
connection:
0 commit comments