Skip to content

Commit d4e8e89

Browse files
committed
Fix argument
1 parent fcea58e commit d4e8e89

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/scripts/ort-scanner.es

+3-3
Original file line numberDiff line numberDiff line change
@@ -237,9 +237,9 @@ scan(#{ input := InputScanResult, strategy := Strategy, tool := Tool, path := Pa
237237
Area = setup_scan_area(InputScanner, Path, Strategy),
238238

239239
Config = maps:get(~"config", InputScanner,
240-
#{ "skip_concluded" => false,
241-
~"skip_excluded" => false,
242-
~"include_files_without_findings" => true,
240+
#{ ~"skip_concluded" => false,
241+
~"skip_excluded" => false,
242+
~"include_files_without_findings" => true,
243243
~"detected_license_mapping" => #{
244244
~"LicenseRef-scancode-agpl-generic-additional-terms" => ~"NOASSERTION",
245245
~"LicenseRef-scancode-free-unknown" => ~"NOASSERTION",

0 commit comments

Comments
 (0)