Skip to content

Commit 987a2a5

Browse files
fviernautsteenbe
authored andcommitted
feat(ort-scan): Broaden the ScanCode version range a bit
Increase the cache hit frequency a bit by not requiring exact version matches. While at it, make some other default ScanCode options explicit, in order to avoid these being changed unnoticed. Signed-off-by: Frank Viernau <[email protected]>
1 parent 5b069ba commit 987a2a5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

templates/ort-scan.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,12 @@
192192
password: "${POSTGRES_PASSWORD}"
193193
sslmode: "disable"
194194
parallelTransactions: 5
195+
options:
196+
ScanCode:
197+
commandLine: "--copyright --license --info --strip-root --timeout 300"
198+
parseLicenseExpressions: "true"
199+
minVersion: "31.0.0"
200+
maxVersion: "33.0.0"
195201
storages:
196202
postgres:
197203
connection:

0 commit comments

Comments
 (0)